Skip to content

Commit

Permalink
build(release): Add statusProvider context check for craft (#8685)
Browse files Browse the repository at this point in the history
To ensure we wait for the correct check to pass before continuing with
publishing.
  • Loading branch information
mydea authored Aug 1, 2023
1 parent f760e6c commit e1e0a3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
minVersion: '0.23.1'
changelogPolicy: simple
preReleaseCommand: bash scripts/craft-pre-release.sh
statusProvider:
name: github
config:
contexts:
- All required tests passed or skipped
targets:
# NPM Targets
## 1. Base Packages, node or browser SDKs depend on
Expand Down

0 comments on commit e1e0a3c

Please sign in to comment.