[issues/554] CodeRabbit Auto-Pause Fix#555
Conversation
## Summary CodeRabbit's `auto_pause_after_reviewed_commits` defaults to 5, causing it to silently stop reviewing PRs after 5 incremental commits. Setting it to 0 disables the auto-pause so every commit is reviewed regardless of count, eliminating the need for manual `@coderabbitai review` triggers. ## Changes - Added `auto_pause_after_reviewed_commits: 0` to `.coderabbit.yaml` under `reviews.auto_review` - Documentation: CHANGELOG not needed (internal CI config); README not needed (no user-facing change) ## Test Plan - [ ] No code changes — tests are unaffected - [ ] Verify CodeRabbit reviews all commits on future PRs without pausing ## Related - Closes #554
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds a single configuration line to ChangesCodeRabbit Auto-Pause Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
CodeRabbit's
auto_pause_after_reviewed_commitsdefaults to 5, causing it to silently stop reviewing PRs after 5 incremental commits. Setting it to 0 disables the auto-pause so every commit is reviewed regardless of count, eliminating the need for manual@coderabbitai reviewtriggers.Changes
auto_pause_after_reviewed_commits: 0to.coderabbit.yamlunderreviews.auto_reviewTest Plan
Related
Summary by CodeRabbit
Note: This release contains only internal infrastructure changes with no impact to end-user functionality.