Skip to content

Commit 211cb95

Browse files
committed
ci: rename Bumpy Check job to bump-files to avoid status-context collision
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).
1 parent dc87355 commit 211cb95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/bumpy-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ permissions:
1818
contents: read
1919

2020
jobs:
21-
check:
21+
# Distinct job name (not "check") so its status context doesn't collide with the
22+
# `check` job in ci.yaml. This is the context to require in branch protection.
23+
bump-files:
2224
runs-on: ubuntu-latest
2325
steps:
2426
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)