Uh oh!
There was an error while loading. Please reload this page.
ci: Configure Mergify for sequential PR processing - #1660
Conversation
- Add batch_size: 1 to queue_rules for one-at-a-time processing - Add merge_queue: max_parallel_checks: 1 for in-place checks - Add merge_conditions to Dependabot queue for safety checkpoint - Resolves Mergify/branch-protection conflict (Option B implementation)
ashleyshaw
commented
Aug 9, 2026
@Mergifyio queue Merging Mergify sequential config to unblock PR #1656 and PR #1658. 🤖 Queued by Claude Code |
Warning Review limit reached
Next review available in:57 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Missing required section(s): Linked issues, Changelog, Global DoD checklist This is a post-merge backstop for admin bypasses. Please review branch protection for develop. |
⏱️ Aging and SLA annotation
Maintained by project-meta-sync workflow. |
Merge Queue Status
Waiting for
All conditions
|
Merge Protections🔴 1 of 2 protections blocking · waiting on 🤖 CI
🔴 📃 Configuration Change RequirementsWaiting for
This rule is failing.Mergify configuration change
Show 1 satisfied protection🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
Uh oh!
There was an error while loading. Please reload this page.
🔍 Reviewer Summary for PR #1660CI Status: ✅ Recommendations
|
Summary
Configure Mergify for sequential PR processing to resolve branch-protection conflict.
Changes
batch_size: 1to queue rules (sequential processing)merge_queue: { max_parallel_checks: 1 }(in-place checks)merge_conditionsto Dependabot queue (safety checkpoint)Why
Resolves Mergify/branch-protection incompatibility. Sequential checks work with GitHub's "Require branches to be up to date before merging" rule via auto-rebase.
Linked Issues
Resolves: Mergify queue blocked by branch-protection conflict (Option B implementation)
Checklist (Global DoD / PR)
🤖 Generated with Claude Code