chore(coderabbit): review draft PRs by default#20
Conversation
Without this, CodeRabbit's default behavior is to skip draft PRs, which means our standard "open as draft, then mark ready" flow slips past review entirely if the PR is merged shortly after being un-drafted. https://claude.ai/code/session_01YRQjMxioKWrxdBq5TGhraG
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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
Adds a minimal
.coderabbit.yamlso CodeRabbit reviews draft PRs instead of skipping them.By default CodeRabbit skips drafts (we just hit this on #19 — it posted "Review skipped: Draft detected" and never came back even after the PR was marked ready and merged). Since our standard flow is "open as draft, then mark ready", the default behavior effectively means CodeRabbit never reviews us. Setting
reviews.auto_review.drafts: truemakes it review on draft creation as well.Test plan
https://claude.ai/code/session_01YRQjMxioKWrxdBq5TGhraG
Generated by Claude Code