Skip to content

Commit e1e0a3c

Browse files
authored
build(release): Add statusProvider context check for craft (#8685)
To ensure we wait for the correct check to pass before continuing with publishing.
1 parent f760e6c commit e1e0a3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.craft.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
minVersion: '0.23.1'
22
changelogPolicy: simple
33
preReleaseCommand: bash scripts/craft-pre-release.sh
4+
statusProvider:
5+
name: github
6+
config:
7+
contexts:
8+
- All required tests passed or skipped
49
targets:
510
# NPM Targets
611
## 1. Base Packages, node or browser SDKs depend on

0 commit comments

Comments
 (0)