Skip to content

Commit

Permalink
Merge pull request #2441 from crytic/features/code-rabbit
Browse files Browse the repository at this point in the history
Configure coderabbit review to also consider PR on dev branch.
  • Loading branch information
0xalpharush authored Apr 24, 2024
2 parents fb23f27 + 8c46b9e commit ded705d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ded705d

Please sign in to comment.