Skip to content

Commit c138816

Browse files
committed
Fix CodeRabbit configuration parsing error
1 parent a6bc8db commit c138816

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.coderabbit.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviews:
55
profile: "chill"
66
request_changes_workflow: false
77
high_level_summary: true
8-
poem: false
8+
poem: true
99
review_status: true
1010
collapse_walkthrough: false
1111
auto_review:
@@ -15,21 +15,4 @@ reviews:
1515
short_review: true
1616

1717
chat:
18-
auto_reply: true
19-
20-
rules:
21-
- name: "Node.js Backend"
22-
path: "backend/**/*.js"
23-
commands:
24-
- "@coderabbitai generate unit testing code for this file"
25-
- "@coderabbitai provide a short code recommendation with example"
26-
27-
- name: "React Frontend"
28-
path: "frontend/**/*.jsx"
29-
commands:
30-
- "@coderabbitai generate unit testing code for this file"
31-
- "@coderabbitai provide a short code recommendation with example"
32-
33-
notifications:
34-
email: true
35-
slack: false
18+
auto_reply: true

0 commit comments

Comments
 (0)