Skip to content

Commit

Permalink
ci: add .coderabbit.yaml to configure coderabbit (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Oct 25, 2024
1 parent d8d1472 commit 5e43736
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: false
path_filters:
- "!apis/v1alpha1/testdata/**"
- "!tests/e2e/testdata/**"
- "!manifests/**"
auto_review:
enabled: false
drafts: false
chat:
auto_reply: true

0 comments on commit 5e43736

Please sign in to comment.