ci: enable CodeRabbit auto-review on draft PRs#690
Merged
Conversation
Flip reviews.auto_review.drafts to true so CodeRabbit reviews draft PRs in addition to ready-for-review PRs.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA configuration setting in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
mchmarny
approved these changes
Apr 27, 2026
lockwobr
pushed a commit
that referenced
this pull request
Apr 28, 2026
Co-authored-by: Mark Chmarny <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
reviews.auto_review.draftsfromfalsetotruein.coderabbit.yaml.Motivation / Context
Authors who open a PR as draft (to share work-in-progress, run CI, or invite early collaboration) currently get no CodeRabbit feedback until the PR is marked ready-for-review. Enabling
drafts: trueprovides early CodeRabbit feedback on draft PRs so issues can be caught and fixed before the PR is promoted to ready-for-review.Per CodeRabbit configuration docs, the
.coderabbit.yamlon the feature branch is what governs that PR's review, and reviews are triggered on new PRs or incremental commits. Existing draft PRs opened before this change may need a new push or an@coderabbitai reviewcomment to pick up the new behavior; new draft PRs (and any draft PR rebased ontomainafter this lands) will be auto-reviewed.Fixes: N/A
Related: N/A
Type of Change
Components Affected
.coderabbit.yamlImplementation Notes
Single-line change:
drafts: false→drafts: true.Testing
yamllint .coderabbit.yaml— clean.make qualifyskipped: this is a CI/config-only change to.coderabbit.yamlthat does not affect Go code, tests, e2e, sidebar docs, ortools/check-agents-syncinputs. Per the doc-only / infra-only verification policy, the smallest applicable check (yamllint) was run.Risk Assessment
Low. Reversible by flipping the flag back. CodeRabbit will simply produce additional reviews on draft PRs; no production behavior changes.
Checklist