From 2964276581ffd106cff9e36d2114fa059b45f7a8 Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 20 Apr 2026 09:05:38 +0300 Subject: [PATCH] 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