Skip to content

Commit

Permalink
ci: add CodeRabbit configuration file
Browse files Browse the repository at this point in the history
- Create .coderabbit.yaml file with specified settings
- Configure language, early access, and review preferences
- Enable auto-review for the 'main' branch
- Set up chat auto-reply
  • Loading branch information
zds-s committed Dec 17, 2024
1 parent bda1653 commit 3b468ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: "zh-CN"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: true
high_level_summary: true
auto_title_placeholder: "@coderabbitai"
commit_status: true
poem: true
review_status: true
collapse_walkthrough: true
auto_review:
enabled: true
drafts: false
base_branches: ["main"]
chat:
auto_reply: true

0 comments on commit 3b468ce

Please sign in to comment.