-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.coderabbit.yml
More file actions
53 lines (49 loc) · 944 Bytes
/
.coderabbit.yml
File metadata and controls
53 lines (49 loc) · 944 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
version: 1
auto_review:
enabled: true
drafts: true
request_changes_workflow: auto
request_review_on_new_commits: true
max_total_comments: 30
max_review_duration_minutes: 15
path_filters:
include:
- "admin/**"
- "web/**"
- "packages/**"
- "supabase/**"
- "docs/**"
exclude:
- "**/*.md"
- "**/*.mdx"
- "**/*.svg"
- "**/*.png"
- "**/*.jpg"
- "**/*.jpeg"
- "**/*.gif"
- "**/*.lock"
- "**/pnpm-lock.yaml"
- "**/yarn.lock"
- "**/package-lock.json"
- "**/dist/**"
- "**/.next/**"
- "**/coverage/**"
- "**/*.snap"
ignore_labels:
- "skip-ai-review"
- "no-bots"
- "dependencies"
ignore_authors:
- "dependabot"
- "renovate"
languages:
- typescript
- javascript
- sql
summary:
enabled: true
mode: always
qa_assistant:
enabled: false
labeler:
enabled: false