-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.coderabbit.yaml
31 lines (31 loc) · 925 Bytes
/
.coderabbit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: "en"
early_access: false
reviews:
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: false
path_filters:
- "!**/*_gen.go"
path_instructions:
- path: "**/*.go"
instructions: "Review the Go code for security, performance, and style issues."
- path: "**/*.sql"
instructions: "Review the SQL code for security, performance, and style issues."
- path: "**/*.tpl"
instructions: "Review the HTML template code for security and style issues."
- path: "**/*.html"
instructions: "Review the HTML code for security, and style issues."
- path: "**/*.yaml"
instructions: "Review the YAML code for security, and style issues."
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "DO NOT MERGE"
drafts: false
base_branches:
- "!main"
chat:
auto_reply: true