Skip to content

Commit c0ab7fb

Browse files
committed
Add config file for CodeRabbit code review tool
We are testing this as part of an Eficode internal Spike friday event. https://coderabbit.ai/ is a commercial tool, but has a free plan for open source. If we like it, we might keep it. If not, this commit can easily be reverted.
1 parent baeeb85 commit c0ab7fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.coderabbit.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
language: "en-US"
3+
early_access: false
4+
reviews:
5+
profile: "chill"
6+
request_changes_workflow: false
7+
high_level_summary: true
8+
poem: true
9+
review_status: true
10+
collapse_walkthrough: false
11+
auto_review:
12+
enabled: true
13+
ignore_title_keywords:
14+
- "WIP"
15+
- "DO NOT MERGE"
16+
drafts: false
17+
chat:
18+
auto_reply: true

0 commit comments

Comments
 (0)