chore: add .coderabbit.yaml with request_changes_workflow#26
Conversation
Makes CodeRabbit post a formal "Approve" / "Request Changes" PR review (not just a walkthrough comment), so reviewers see the verdict in `reviewDecision` and branch protection's "Require approvals" can rely on it as a merge gate. Pre-merge checks (title/description/docstrings) start in `warning` mode to avoid blocking shipping while we tune. Flip to `error` per-check once the team is comfortable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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.yamlwithreviews.request_changes_workflow: trueso CodeRabbit posts a formal Approve / Request-Changes PR review (not just a walkthrough comment). This letsreviewDecisionreflect CodeRabbit's verdict and lets branch-protection "Require approvals" use it as a real merge gate.warningmode — non-blocking until we tune thresholds, then flip toerrorper-check.auto_review.base_branches: [main]keeps reviews scoped to PRs targeting main.Why
PR #24 surfaced that CodeRabbit was running but its result wasn't blocking merge — the pending Commit Status cleared during force-push and the merge happened before the re-review landed. With
request_changes_workflow: trueand "Require approvals" in branch protection, CodeRabbit's verdict becomes load-bearing.Test plan
gh pr view --json reviews) once review completes🤖 Generated with Claude Code