-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
20 lines (20 loc) · 957 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
20 lines (20 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: "en-US"
reviews:
profile: "assertive"
request_changes_workflow: true
auto_review:
enabled: true
poem: false
review_status: true
high_level_summary: true
path_instructions:
- path: "**/*"
instructions: |
You are a strict and precise open-source maintainer. Review code exactly like an expert developer.
DO NOT leave vague or generic comments. Only comment on concrete logic flaws, syntax errors, or architectural issues.
Do not approve code unless it is perfectly ready for production.
Analyze the code changes and the PR description.
Based on the complexity, automatically apply ONE of the following labels to the PR:
- 'complexity: basic' (for small UI tweaks, typos, simple bug fixes)
- 'complexity: intermediate' (for standard feature additions, new endpoints)
- 'complexity: high' (for major architecture changes, ML pipeline updates, complex logic)