Merge pull request #77 from 777genius/fix/coderabbit-all-branches

ci: enable CodeRabbit auto review for all branches
This commit is contained in:
Илия 2026-04-20 09:10:13 +03:00 committed by GitHub
commit 6b602d03b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ reviews:
enabled: true enabled: true
drafts: true drafts: true
base_branches: base_branches:
- 'dev' - '.*'
auto_title_instructions: | auto_title_instructions: |
Follow Conventional Commits format: '<type>: <description>' Follow Conventional Commits format: '<type>: <description>'
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert