Skip to content

INFRA-002: Fix CodeRabbit auto_review config#60

Merged
menvil merged 1 commit into
developfrom
chore/INFRA-002-coderabbit-auto-review-config
May 28, 2026
Merged

INFRA-002: Fix CodeRabbit auto_review config#60
menvil merged 1 commit into
developfrom
chore/INFRA-002-coderabbit-auto-review-config

Conversation

@menvil

@menvil menvil commented May 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • auto_review.enabled was false with labels: ["release"], which disabled all auto-review (including release PRs).
  • Flip to enabled: true so the label list acts as a filter — auto-review runs only on PRs labeled release (applied by label-release-prs.yml to release/* → main).

Test plan

  • After merge to develop and forward to main, next release PR triggers CodeRabbit automatically

Summary by cubic

Fixes CodeRabbit auto-review so only release PRs are reviewed, per INFRA-002. Enables auto_review with the release label filter; the label is auto-applied to release/* → main by label-release-prs.yml.

  • Bug Fixes
    • Set auto_review.enabled: true so the labels filter works; non-release PRs are skipped.
    • Manual trigger via @coderabbitai review remains available.

Written for commit b5dc9ff. Summary will update on new commits.

Review in cubic

Previously enabled=false with labels listed, which disabled all reviews
including release/* → main PRs. Switched to enabled=true so the labels
filter actually narrows auto-review to PRs carrying the "release" label.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

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: CHILL

Plan: Pro

Run ID: 3651a59c-f7c4-4e9d-a8fd-639ba56b526d

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 chore/INFRA-002-coderabbit-auto-review-config

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.

@menvil menvil merged commit d3fc109 into develop May 28, 2026
4 checks passed
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.

1 participant