chore: enable auto-review on all base branches - #3977
Conversation
|
|
Confidence Score: 5/5A one-line addition to a CI tooling config with no impact on application code or runtime behavior. The change only touches No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "ci: run cr on all prs" | Re-trigger Greptile |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesBase Branch Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
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)
Comment |
Merge activity
|
## Summary Enables CodeRabbit auto-reviews on all branches, not just the default branch. ## Changes - Added `base_branches: [".*"]` to the CodeRabbit auto-review configuration so that pull requests targeting any branch are automatically reviewed, rather than only those targeting the default branch. ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Open a pull request targeting a non-default branch and verify that CodeRabbit automatically triggers a review. ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations None. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated automated review configuration to expand branch coverage. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Summary Enables CodeRabbit auto-reviews on all branches, not just the default branch. ## Changes - Added `base_branches: [".*"]` to the CodeRabbit auto-review configuration so that pull requests targeting any branch are automatically reviewed, rather than only those targeting the default branch. ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Open a pull request targeting a non-default branch and verify that CodeRabbit automatically triggers a review. ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations None. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated automated review configuration to expand branch coverage. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Summary Enables CodeRabbit auto-reviews on all branches, not just the default branch. ## Changes - Added `base_branches: [".*"]` to the CodeRabbit auto-review configuration so that pull requests targeting any branch are automatically reviewed, rather than only those targeting the default branch. ## Type of change - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Documentation - [x] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Open a pull request targeting a non-default branch and verify that CodeRabbit automatically triggers a review. ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations None. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated automated review configuration to expand branch coverage. <!-- end of auto-generated comment: release notes by coderabbit.ai -->

Summary
Enables CodeRabbit auto-reviews on all branches, not just the default branch.
Changes
base_branches: [".*"]to the CodeRabbit auto-review configuration so that pull requests targeting any branch are automatically reviewed, rather than only those targeting the default branch.Type of change
Affected areas
How to test
Open a pull request targeting a non-default branch and verify that CodeRabbit automatically triggers a review.
Breaking changes
Related issues
N/A
Security considerations
None.
Checklist
docs/contributing/README.mdand followed the guidelinesSummary by CodeRabbit