Skip to content

Commit

Permalink
Add .coderabbit.yml configuration file
Browse files Browse the repository at this point in the history
A new configuration file named .coderabbit.yml has been added. This file contains settings related to code review like enabling auto review, review status, and auto-reply in chat. The language has been set to US English.
  • Loading branch information
koriym committed Jun 8, 2024
1 parent 76978ee commit 1bb7e47
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .coderabbit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: true
auto_title_placeholder: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
chat:
auto_reply: true

0 comments on commit 1bb7e47

Please sign in to comment.