chore: add the repo-admin bypass actor to every ruleset - #5
Merged
Conversation
fork-only already carried RepositoryRole/5/always; main-ci, main-reviews and release-tags-immutable did not. leather and skeptic carry it on all four, and conceit now does too — this brings vanity in line. Without it, main-reviews leans on required_approving_review_count: 0 to stay workable on a solo repo (see #2), which weakens the rule for everyone rather than exempting the one person who needs the exemption. The bypass is the narrower tool. release-tags-immutable is the one that actually bites: re-cutting a tag you just found a defect in is impossible without it.
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.
fork-onlyalready carriedRepositoryRole/5/always;main-ci,main-reviewsand
release-tags-immutabledid not. leather and skeptic carry it on all four,and conceit now does too — this brings vanity in line.
Without it,
main-reviewsleans onrequired_approving_review_count: 0(#2) tostay workable on a solo repo, which weakens the rule for every contributor
rather than exempting the one person who needs the exemption. The bypass is the
narrower tool.
release-tags-immutableis the one that actually bites: re-cutting a tag youjust found a defect in is impossible without it.
The committed JSON is the auditable copy of what's applied, so it has to carry
the bypass too. The live rulesets get updated from these exact files once this
merges.
Diff is additive only — 21 insertions, no deletions, existing formatting
preserved.