ci(pr-automation): broaden automated review - #1885
Merged
Benoît Cortier (CBenoit) merged 3 commits intoSep 3, 2026
Merged
Conversation
Run automated review for every eligible non-draft pull request and lower contributor history to one qualifying merge while exempting owners and members. Replace author quotas with a 50-PR repository-wide fork quota and let the oversized opt-in raise complete diff evidence from 1 MiB to the runtime maximum of 4 MiB. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
September 2, 2026 21:00 — with
GitHub Actions
Inactive
Copilot started reviewing on behalf of
Benoît Cortier (CBenoit)
September 2, 2026 21:00
View session
Treat every pull request from the same immutable human author that merged into master as qualifying contributor history. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
September 2, 2026 21:03 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Removing the oversized opt-in does not revoke its snapshotted 4 MiB allowance from queued runs.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Broadens automated PR review eligibility while revising evidence and fork-quota limits.
Changes:
- Reviews all eligible non-draft human PRs after exact-head CI.
- Adds 1/4 MiB evidence limits and oversized retry handling.
- Replaces author quotas with a 50-PR global fork quota.
Protocol review was skipped because no RDP behavior changes.
File summaries
| File | Description |
|---|---|
.github/workflows/review-pipeline.yml |
Passes the evidence limit into review preparation. |
.github/workflows/labeler.yml |
Expands routing and propagates evidence limits. |
.github/workflows/labeler.intent.md |
Documents the revised policy intent. |
.github/pr-automation/write-state.js |
Updates quota and evidence-limit guidance. |
.github/pr-automation/routing.js |
Removes size and low-risk review suppression. |
.github/pr-automation/resolve-state.js |
Revises eligibility and state cleanup. |
.github/pr-automation/resolve-pr.js |
Selects the evidence limit from labels. |
.github/pr-automation/labels.json |
Clarifies the oversized-review label. |
.github/pr-automation/fork-rate-limit.js |
Implements the global fork quota. |
.github/pr-automation/fetch-pr-evidence.sh |
Enforces trusted 1/4 MiB limits. |
.github/pr-automation/automation.test.js |
Tests the revised automation policy. |
.github/PR_AUTOMATION.md |
Documents operational policy changes. |
Review details
- Files reviewed: 12/12 changed files
- Comments generated: 1
- Review effort level: Balanced
Restart classification when the oversized evidence opt-in is removed so the PR concurrency group cancels queued or running use of 4 MiB. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
September 2, 2026 21:06 — with
GitHub Actions
Inactive
Benoît Cortier (CBenoit)
deleted the
cbenoit-lower-reviewer-threshold
branch
September 3, 2026 12:47
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.
Run automated review for every eligible non-draft pull request and lower contributor history to one same-author pull request merged into master while exempting owners and members.
Replace author quotas with a 50-PR repository-wide fork quota and let the oversized opt-in raise complete diff evidence from 1 MiB to the runtime maximum of 4 MiB.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com