-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
39 lines (39 loc) · 1.7 KB
/
Copy path.coderabbit.yaml
File metadata and controls
39 lines (39 loc) · 1.7 KB
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
# CodeRabbit configuration — https://docs.coderabbit.ai/guides/configure-coderabbit
# CodeRabbit is the required review gate for vouch (free for this public repo). it
# reviews every non-draft PR automatically. request_changes_workflow is on, so it
# submits a formal approve / request-changes review; the coderabbit-gate workflow
# turns that verdict into the required `coderabbit-approved` status check, so a pr
# only auto-merges once CodeRabbit approves (on top of ci + trust-gate + CODEOWNERS,
# with the owner's auto-merge label as the go signal). a pr CodeRabbit requests
# changes on 3 times is auto-closed (the owner and bots are exempt).
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: true
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
base_branches:
- "test"
- "main"
path_instructions:
- path: "src/vouch/**"
instructions: >-
Follow CLAUDE.md and AGENTS.md. Use lowercase prose in comments and
review notes. Vouch's load-bearing invariant is the review gate: every
write goes through proposals.approve(). Flag any change that adds a
parallel data path bypassing the review gate. storage.py is pure I/O —
flag business logic added there.
- path: ".github/workflows/**"
instructions: >-
These are core, security-sensitive workflows. Flag any pull_request_target
or workflow_run that checks out or runs untrusted head code, any unpinned
third-party action, and any untrusted event field interpolated into a run
block instead of passed through env.
chat:
auto_reply: true