-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
30 lines (30 loc) · 848 Bytes
/
.coderabbit.yaml
File metadata and controls
30 lines (30 loc) · 848 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: false
path_instructions:
[
{
path: "programs/mpl-core/src/processor/*",
instructions: "Make sure the owner is checked on all accounts somehow",
},
{
path: "programs/mpl-core/*",
instructions: "Carefully consider performance implications and make sure there are no performance inefficiencies",
},
{
path: "**/*.rs",
instructions: "Make duplicated logic between the rust client and program are consistent",
},
]
auto_review:
enabled: true
drafts: false
chat:
auto_reply: true