From 8e9c7bd71c6141b2c0008c0446403af6dc6161b7 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Wed, 15 Jul 2026 10:35:33 +0530 Subject: [PATCH] fix: replace ignore_branches with base_branches in coderabbit config --- .coderabbit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 7b7054d8..186c0dd0 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,7 +1,7 @@ reviews: auto_review: - ignore_branches: - - 'release/**' + base_branches: + - '^(?!release/).*' path_filters: - '!dist/**' - '!CHANGELOG.md'