ci: coderabbit - review each PR once, not on every push - #3518
Conversation
auto_incremental_review defaulted to true, so every push to any open PR used the plan's 1 review an hour and starved the review queue. New PRs still get an automatic first review; re-reviews are requested explicitly. Validated against schema.v2.json.
|
@coderabbitai review |
PR Template RoutingBranch Type: This PR was automatically routed based on the branch naming strategy. |
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: lightspeedwp/.github/.coderabbit.yml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe configuration disables automatic reviews on each push. The changelog records that automated reviews are limited to one per pull request, with manual requests for re-reviews after fixes. ChangesAutomatic review cadence
Estimated code review effort: 2 (Simple) | ~5 minutes Merge Risk: ⚪ Minimal · up to Eligible new PRs still receive an automatic review, and later reviews can be requested manually. No actionable merge-blocking impact is established for this cadence change. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
📋 Changelog Quality Validation
Status✅ Validation PASSED - No new failures introduced by this PR. No action required. |
|
Build/CI Pull Request
Linked issues
Closes #3517
Build/CI change
reviews.auto_review.auto_incremental_review: falsein.coderabbit.yml.true("Re-run the review on each push"). The plan allows 1 review an hour, and every push to any open PR used it up. Queued PRs got "Review limit reached" on every attempt.Baseline & Target
Rollback
Notes
check-jsonschemaagainsthttps://coderabbit.ai/integrations/schema.v2.json: the new config and develop's both pass. The key is atreviews.auto_review.auto_incremental_review, type boolean, defaulttrue.Changelog
Changed
Summary by CodeRabbit