Skip to content

Commit

Permalink
Merge pull request #73 from IamMuuo/dev
Browse files Browse the repository at this point in the history
chore: added code rabbit auto code reviews
  • Loading branch information
IamMuuo authored Apr 20, 2024
2 parents a371310 + 7136154 commit 7f2e477
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Code Rabbit Automated Code Reviews
language: "en-US"
early_access: false
reviews:
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: false
chat:
auto_reply: true
base_branches:
- "main"
- "dev"
review_triggers:
- pull_request_update
- push_to_branch:
branches:
- main
- dev
chat_auto_reply:
enabled: true
responses:
- "Thank you for your message! We will get back to you shortly."

0 comments on commit 7f2e477

Please sign in to comment.