-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
18 lines (18 loc) · 899 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
18 lines (18 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: "en-US"
reviews:
profile: "assertive"
request_changes_workflow: true
approve_pull_requests: false
auto_review: true
poem: false
review_status: true
high_level_summary: true
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)