diff options
| -rw-r--r-- | .coderabbit.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 82842db..df435f3 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -41,6 +41,13 @@ reviews: auto_pause_after_reviewed_commits: 0 base_branches: - current + # rollout 1c (T8943): additive new trunk names alongside `current`. + # `current` retained through the post-window bake period; removed in + # Task 7 cleanup once no repo defaults to it. + - rolling + - production + - main + - master - sagitta - circinus - equuleus |
