Skip to content

chore(coderabbit): disable unsolicited PR summaries#203

Merged
rlorenzo merged 1 commit into
mainfrom
coderabbit/disable-auto-summary
May 13, 2026
Merged

chore(coderabbit): disable unsolicited PR summaries#203
rlorenzo merged 1 commit into
mainfrom
coderabbit/disable-auto-summary

Conversation

@rlorenzo
Copy link
Copy Markdown
Contributor

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: truefalse — removes the auto-generated high-level summary section that appears even without auto_review.enabled.
  • reviews.review_status: truefalse — removes the "Review status" comment.

auto_review.enabled was already false, 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 only

Test plan

  • npm run verify:build — clean (config-only change; no code impact)
  • Next PR opened against this repo does not get an auto-summary comment

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • review-ready

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: e267d640-3e5e-459d-9840-d2d6a33da501

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch coderabbit/disable-auto-summary

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.96%. Comparing base (38de1ad) to head (6cc21f9).
⚠️ Report is 2 commits behind head on main.

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           
Flag Coverage Δ
backend 43.04% <ø> (ø)
frontend 41.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rlorenzo rlorenzo merged commit 5949e52 into main May 13, 2026
12 checks passed
@rlorenzo rlorenzo deleted the coderabbit/disable-auto-summary branch May 13, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants