Commit a793b59
committed
fix: add statusProvider to prevent release workflow from blocking itself
Without explicit contexts, Craft waits for ALL check runs to succeed,
including the 'Release' workflow which creates a chicken-and-egg problem.
This caused publish to fail, preventing the release branch merge-back,
leaving tags on diverged commits and breaking subsequent version detection.1 parent 352f759 commit a793b59
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
0 commit comments