From 2964276581ffd106cff9e36d2114fa059b45f7a8 Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 20 Apr 2026 09:05:38 +0300 Subject: [PATCH 1/2] ci: enable CodeRabbit auto review for dev drafts --- .coderabbit.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index a3932ae0..7aa6182a 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -3,7 +3,9 @@ reviews: auto_review: enabled: true - drafts: false + drafts: true + base_branches: + - 'dev' auto_title_instructions: | Follow Conventional Commits format: ': ' Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert From cf1f340d080fce76cf028e61f386d62612ba0c81 Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 20 Apr 2026 09:09:27 +0300 Subject: [PATCH 2/2] 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