Skip to content

Conversation

@thlorenz
Copy link
Collaborator

@thlorenz thlorenz commented Nov 21, 2025

Summary

Enable CodeRabbit to review pull requests against any branch by configuring the base_branches pattern to match all branches.

Details

CodeRabbit's review configuration was restricting reviews to an empty list of base branches, which effectively disabled reviews on PRs targeting non-master branches. This change updates the base_branches configuration to use a wildcard regex pattern [".*"], allowing CodeRabbit to review pull requests regardless of which branch they target.

This ensures consistent code quality reviews across all development branches, not just those explicitly configured.

Summary by CodeRabbit

  • Chores
    • Updated auto-review configuration to enable automatic code reviews across all repository branches. Auto-review checks now apply universally throughout the codebase, extending coverage from a previously limited scope to ensure consistent code quality standards.

✏️ Tip: You can customize this high-level summary in your review settings.

@github-actions
Copy link

Manual Deploy Available

You can trigger a manual deploy of this PR branch to testnet:

Deploy to Testnet 🚀

Alternative: Comment /deploy on this PR to trigger deployment directly.

⚠️ Note: Manual deploy requires authorization. Only authorized users can trigger deployments.

Comment updated automatically when the PR is synchronized.

@thlorenz thlorenz requested a review from bmuddha November 21, 2025 14:33
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 21, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The pull request modifies the .coderabbit.yaml configuration file by changing the auto_review base_branches setting from an empty list to a wildcard pattern [".*"]. This configuration change alters how auto-review branch filtering operates, shifting from targeting no specific branches to effectively matching all branches. No changes are made to error handling or public entity signatures.

Possibly related PRs

  • chore: add CodeRabbit configuration #666: Modifies the same .coderabbit.yaml auto_review base_branches configuration, with that PR introducing the CodeRabbit config while this PR changes the base_branches filter from empty to a wildcard pattern.

Suggested reviewers

  • bmuddha
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch thlorenz/coderabbit-review-non-base-prs

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f67482b and b18898d.

📒 Files selected for processing (1)
  • .coderabbit.yaml (1 hunks)

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.

Copy link
Contributor

@bmuddha bmuddha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

@thlorenz thlorenz merged commit d9613d0 into master Nov 21, 2025
7 of 8 checks passed
@thlorenz thlorenz deleted the thlorenz/coderabbit-review-non-base-prs branch November 21, 2025 14:34
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.

3 participants