We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d1b278 + 131aac4 commit 0ecae43Copy full SHA for 0ecae43
.coderabbit.yaml
@@ -1,10 +1,10 @@
1
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2
+tone_instructions: "Friendly, thankful and supportive."
3
reviews:
- profile: "assertive"
4
+ profile: "chill"
5
review_status: true
6
auto_review:
- enabled: true
7
- auto_incremental_review: true
+ enabled: false
8
tools:
9
pmd:
10
enabled: false
@@ -13,3 +13,6 @@ reviews:
13
finishing_touches:
14
docstrings:
15
enabled: false # needs to be disabled as it collides with the PR require checklist functionality (workflow in .github/workflows/pr-checklist.yml)
16
+chat:
17
+ auto_reply: true
18
+
0 commit comments