Skip to content

chore: enable auto-review on all base branches - #3977

Merged
akshaydeo merged 1 commit into
devfrom
06-02-ci_run_cr_on_all_prs
Jun 2, 2026
Merged

chore: enable auto-review on all base branches#3977
akshaydeo merged 1 commit into
devfrom
06-02-ci_run_cr_on_all_prs

Conversation

@Pratham-Mishra04

@Pratham-Mishra04 Pratham-Mishra04 commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

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
  • 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
  • No

Related issues

N/A

Security considerations

None.

Checklist

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

Summary by CodeRabbit

  • Chores
    • Updated automated review configuration to expand branch coverage.

Copy link
Copy Markdown
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@greptile-apps

greptile-apps Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

A one-line addition to a CI tooling config with no impact on application code or runtime behavior.

The change only touches .coderabbit.yaml, enabling automated reviews for all target branches. There is no application logic, no Go code, no schema, and no migration involved — the change is purely additive to a third-party tooling configuration file.

No files require special attention.

Important Files Changed

Filename Overview
.coderabbit.yaml Adds base_branches: [".*"] to enable CodeRabbit auto-reviews on pull requests targeting any branch, not just the default branch.

Reviews (1): Last reviewed commit: "ci: run cr on all prs" | Re-trigger Greptile

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1724dbad-3af0-4d43-93f9-6f5728fa66cb

📥 Commits

Reviewing files that changed from the base of the PR and between be3fc3f and 896bb93.

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

📝 Walkthrough

Walkthrough

The .coderabbit.yaml configuration is updated to add a base_branches pattern under the reviews section. The wildcard regex pattern ".*" is specified to expand automated review coverage to all branches.

Changes

Base Branch Configuration

Layer / File(s) Summary
Base branch coverage expansion
.coderabbit.yaml
The reviews.base_branches setting is added with a ".*" wildcard pattern, expanding which branches trigger CodeRabbit's automated review behavior.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • maximhq/bifrost#3851: Modifies .coderabbit.yaml review configuration settings to adjust review behavior rules.

Poem

🐰 A wildcard blooms in config's fold,
".*" spreads reviews far and wide,
Every branch now shares the story told,
No base left behind, all in stride! 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: enabling auto-review on all base branches via a configuration update.
Description check ✅ Passed The description is well-structured, follows the template, and includes all key sections: a clear summary, specific changes made, appropriate type classification (Chore/CI), testing instructions, and a mostly complete checklist.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 06-02-ci_run_cr_on_all_prs

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

akshaydeo commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Merge activity

  • Jun 2, 8:10 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jun 2, 8:10 AM UTC: @akshaydeo merged this pull request with Graphite.

@akshaydeo
akshaydeo merged commit da94708 into dev Jun 2, 2026
14 of 15 checks passed
@akshaydeo
akshaydeo deleted the 06-02-ci_run_cr_on_all_prs branch June 2, 2026 08:10
akshaydeo pushed a commit that referenced this pull request Jun 2, 2026
## 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 -->
akshaydeo pushed a commit that referenced this pull request Jun 4, 2026
## 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 -->
akshaydeo pushed a commit that referenced this pull request Jun 7, 2026
## 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 -->
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