Configure coderabbit review to also consider PR on dev branch.

pull/2441/head
Alexis 7 months ago
parent 7f82f4ad0e
commit 8c46b9ea7c
No known key found for this signature in database
  1. 25
      .coderabbit.yaml

@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en"
early_access: false
knowledge_base:
learnings:
scope: auto
issues:
scope: global
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: true
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
base_branches:
- dev
chat:
auto_reply: true
Loading…
Cancel
Save