docs: exempt repository maintenance workflows from PR throttle - #4499
Open
KSchlobohm wants to merge 2 commits into
Open
docs: exempt repository maintenance workflows from PR throttle#4499KSchlobohm wants to merge 2 commits into
KSchlobohm wants to merge 2 commits into
Conversation
Keep contributor confirmation requirements while allowing verified repository-owned gh-aw maintenance runs on behalf of CODEOWNERS to create their configured PR outputs. Assisted-by: GitHub Copilot (model: GPT-6 Astra, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The live author-over-cap label still retains the contradictory pre-exemption description.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
CONTRIBUTING.md — The PR says it aligns the author-over-cap label description, but the repository’s live label… |
What changed in this PR
Documents an exemption allowing verified repository-owned maintenance workflows to bypass the open-PR threshold.
Changes:
- Defines eligibility and verification requirements.
- Updates contributor guidance and documented label semantics.
| File | Description |
|---|---|
AGENTS.md |
Defines the maintenance-workflow exception. |
CONTRIBUTING.md |
Aligns contributor and label guidance. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Limit the policy change to one sentence per document; retain existing review prioritization and author-over-cap guidance. Assisted-by: GitHub Copilot (model: GPT-6 Astra, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
Documentation changes are focused and no unresolved issues were identified.
Review tier: Lite
Findings: None
Issues resolved since last review (1)
| Severity | Finding |
|---|---|
CONTRIBUTING.md — The PR says it aligns the author-over-cap label description, but the repository’s live label… View resolved comment |
KSchlobohm
marked this pull request as ready for review
September 9, 2026 22:02
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.

Summary
Add one sentence to each policy file so repository-owned
gh-awmaintenance workflows can open PRs without the open-PR count check and interactive confirmation blocking unattended runs.AGENTS.md: exempt these workflows from the count check and confirmation requirement.CONTRIBUTING.md: clarify that these workflows do not require this confirmation.Existing contributor confirmation rules, review prioritization, and
author-over-capguidance remain unchanged. No CODEOWNER verification procedure or workflow changes are introduced.Evidence
The community preset workflow run on September 8, 2026 validated #4455 and prepared its catalog changes, but declined to open a PR because
mnriemhad nine open PRs and explicit permission was required. Actions marked the run successful while the agent reported incomplete work.Validation
Documentation-only change;
git diff --checkpassed. No live workflow was rerun; end-to-end confirmation remains for a qualifying run after merge.AI disclosure
Prepared on behalf of @KSchlobohm by GitHub Copilot (model: GPT-6 Astra). The agent investigated the run logs and authored the changes. Following discussion with the user, the initial expanded policy was reduced to this two-sentence change for human review.