Merge pull request #76 from 777genius/fix/coderabbit-auto-review
ci: enable CodeRabbit auto review for dev drafts
This commit is contained in:
commit
4fc59af733
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
reviews:
|
reviews:
|
||||||
auto_review:
|
auto_review:
|
||||||
enabled: true
|
enabled: true
|
||||||
drafts: false
|
drafts: true
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue