From cf1f340d080fce76cf028e61f386d62612ba0c81 Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 20 Apr 2026 09:09:27 +0300 Subject: [PATCH] ci: enable CodeRabbit auto review for all branches --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 7aa6182a..cfdf47bf 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -5,7 +5,7 @@ reviews: enabled: true drafts: true base_branches: - - 'dev' + - '.*' auto_title_instructions: | Follow Conventional Commits format: ': ' Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert