Commit 211cb95
committed
ci: rename Bumpy Check job to
The #142 squash-merge dropped this rename. On main, the "Bumpy Check"
workflow's job is named `check`, which collides with the `check` job in
ci.yaml — two workflows emit the same `check` status context, making the
required-check match ambiguous.
Rename it to `bump-files` so the bump-file check has its own distinct status
context. The branch-protection ruleset should require `check` (CI tests) +
`bump-files`, replacing the now-defunct `check-local` (the old
pull_request_target job, removed in #142).bump-files to avoid status-context collision1 parent dc87355 commit 211cb95
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments