chore(coderabbit): disable unsolicited PR summaries#203
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
=======================================
Coverage 42.96% 42.96%
=======================================
Files 877 877
Lines 51468 51468
Branches 4802 4802
=======================================
Hits 22113 22113
Misses 28831 28831
Partials 524 524
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Summary
Stop CodeRabbit from posting a walkthrough/summary block on every PR open. Example noise: #189 (comment)
Changes
In
.coderabbit.yaml:reviews.high_level_summary: true→false— removes the auto-generated high-level summary section that appears even withoutauto_review.enabled.reviews.review_status: true→false— removes the "Review status" comment.auto_review.enabledwas alreadyfalse, so no automatic deep review was firing — these two flags were what kept the summary/status comment appearing on PR open.After this lands
CodeRabbit will only summarize or review when explicitly invoked via:
@coderabbitai review— full review of the PR@coderabbitai summary— summary onlyTest plan
npm run verify:build— clean (config-only change; no code impact)