From 1ed02263928e056838ca7174a99f183c1a3a79e5 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 1 Jun 2026 02:25:31 +0300 Subject: T8943: base_branches -> .* (match all); drop stale 1c current entry (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the explicit trunk/LTS base_branches list with the .* regex so it matches all non-default base branches and the post-1c `current` entry no longer needs maintenance. Default branch is always reviewed regardless. 🤖 Generated by [robots](https://vyos.io) --- .coderabbit.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 4487471..d23113f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -40,18 +40,10 @@ reviews: # Lifted from Org-UI (2026-05-12). 0 = never auto-pause after N reviewed commits. 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 - - crux + # Match all branches (regex). Replaces the explicit trunk/LTS list and + # removes the stale post-1c `current` entry. The default branch is always + # reviewed; this governs which NON-default base branches get auto-review. + - ".*" ignore_title_keywords: - WIP - DO NOT MERGE -- cgit v1.2.3