chore: add .coderabbit.yaml to disable auto reviews#42
Conversation
|
Warning Ignoring CodeRabbit configuration file changes. For security, only the configuration from the base branch is applied for open source repositories. 📝 WalkthroughWalkthroughA new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.coderabbit.yaml (1)
5-8: Tightenauto_reviewconfig to match manual-only intent.With
enabled: false,auto_incremental_review: trueis effectively dormant now, but it can silently reintroduce per-push reviews if auto-review is ever toggled on. Consider removing it (or setting it tofalse) to keep the config aligned with manual-only reviews.Proposed cleanup
reviews: profile: chill auto_review: enabled: false drafts: false - auto_incremental_review: true ignore_usernames: - "dependabot[bot]" - "renovate[bot]"🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.coderabbit.yaml around lines 5 - 8, The auto_review block currently sets enabled: false but leaves auto_incremental_review: true which can re-enable per-push reviews if enabled is later flipped; update the auto_review configuration by removing the auto_incremental_review key or setting auto_incremental_review: false so the intent of manual-only reviews (auto_review.enabled: false) is enforced; ensure you modify the auto_review section (keys: enabled, drafts, auto_incremental_review) accordingly to avoid unintended automatic incremental reviews.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.coderabbit.yaml:
- Around line 5-8: The auto_review block currently sets enabled: false but
leaves auto_incremental_review: true which can re-enable per-push reviews if
enabled is later flipped; update the auto_review configuration by removing the
auto_incremental_review key or setting auto_incremental_review: false so the
intent of manual-only reviews (auto_review.enabled: false) is enforced; ensure
you modify the auto_review section (keys: enabled, drafts,
auto_incremental_review) accordingly to avoid unintended automatic incremental
reviews.
Add CodeRabbit config to disable automatic reviews on all PRs.
Reviews must be triggered manually via
@coderabbitai review.Summary by CodeRabbit
Note: This release contains no changes visible to end-users. Updates are limited to internal development tools and configurations.