Commit d3c9ef8
authored
fix: replace ignore_branches with base_branches in coderabbit config (#1160)
`ignore_branches` is not a valid field in the CodeRabbit schema.
Replacing it with the correct `base_branches` field using a negative
lookahead regex to exclude `release/**` branches from auto-review.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated automated review configuration to apply across non-release
branches.
* Release branch reviews remain excluded.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent bf5ee35 commit d3c9ef8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments