mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
feat: add .coderabbit.yaml config file for review settings
This commit is contained in:
parent
261f80a3d5
commit
b87b3bb1f8
1 changed files with 18 additions and 0 deletions
18
.coderabbit.yaml
Normal file
18
.coderabbit.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
||||
language: "en-US"
|
||||
early_access: false
|
||||
reviews:
|
||||
profile: "assertive"
|
||||
request_changes_workflow: true
|
||||
high_level_summary: true
|
||||
poem: true
|
||||
review_status: true
|
||||
collapse_walkthrough: false
|
||||
auto_review:
|
||||
enabled: true
|
||||
ignore_title_keywords:
|
||||
- "WIP"
|
||||
- "DO NOT MERGE"
|
||||
drafts: true
|
||||
chat:
|
||||
auto_reply: true
|
||||
Loading…
Reference in a new issue