ci: rename the Checks gate all to all-checks#479
Merged
Conversation
Pair it with the Build workflow's all-builds gate for a symmetric, per-workflow naming scheme. Both can't be 'all' since branch protection matches required checks by bare job name. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
57abf09 to
a662ac8
Compare
etrobert
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Rename the
Checksworkflow's aggregation gateall→all-checks, to pair symmetrically with theBuildworkflow'sall-buildsgate (#478):Each now says "all checks / all builds"; both are unique (branch protection matches by bare job name, so they can't share
all).This renames the required check-run context
all→all-checks, so it must be updated in branch protection ormainblocks on a missingall. Do it together with #478:End state for
main's required status checks:all-checks+all-builds(removeall).Both names become selectable in the settings picker once they've run on their PRs. Recommended: get both PRs green, update the required checks to
all-checks+all-buildsin one edit, then merge.Verification
actionlint,yamllint --strict→ clean