Skip to content

Commit 0c95b38

Browse files
ambient-code[bot]Ambient Code Botclaude
authored
fix: enable CodeRabbit auto-review on alpha branch (#1235)
<!-- acp:session_id=session-e0d41db6-be71-4a13-86f3-af497b4f3e80 source=#1134 last_action=2026-04-07T13:38:00Z retry_count=0 --> ## Summary - Replace the catch-all `.*` regex in `base_branches` with explicit `main` and `alpha` entries so CodeRabbit reliably triggers auto-reviews on PRs targeting either branch. Closes #1134 ## Test plan - [ ] Create a test PR targeting `alpha` and verify CodeRabbit triggers a review - [ ] Confirm PRs targeting `main` continue to receive CodeRabbit reviews 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f2ca496 commit 0c95b38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.coderabbit.yaml

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ reviews:
110110
- "dependabot[bot]"
111111
- "renovate[bot]"
112112
base_branches:
113-
- ".*"
113+
- "main"
114+
- "alpha"
114115

115116
# ---------------------------------------------------------------------------
116117
# Finishing touches

0 commit comments

Comments
 (0)