-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
22 lines (22 loc) · 852 Bytes
/
.coderabbit.yaml
File metadata and controls
22 lines (22 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CodeRabbit configuration
# https://docs.coderabbit.ai/configuration
reviews:
# Don't review operational data files — they generate noise threads
# that block PR merges via required_review_thread_resolution
path_filters:
- '!.automaker/memory/**'
- '!.automaker/projects/**'
- '!data/**'
# Post a GitHub commit status check ("CodeRabbit") so it can be
# added as a required check in branch protection.
commit_status: true
auto_review:
enabled: true
drafts: false
# Review PRs targeting dev and staging in addition to the default branch (main).
# - dev: granular inline review on every feature/epic PR (fast feedback, not required)
# - staging: required check on dev→staging promotion PRs
# - main: required check on staging→main final pass
base_branches:
- '^dev$'
- '^staging$'