Skip to content

Commit caacbde

Browse files
Ambient Code Botclaude
andcommitted
fix: enable CodeRabbit auto-review on alpha branch
Replace the catch-all `.*` regex in base_branches with explicit `main` and `alpha` entries so CodeRabbit reliably triggers on PRs targeting either branch. Closes #1134 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f2ca496 commit caacbde

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)