Skip to content

Commit 421b320

Browse files
committed
add instructions
1 parent ff52e02 commit 421b320

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.coderabbit.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ reviews:
1212
poem: true
1313
collapse_walkthrough: false
1414
sequence_diagrams: true
15-
path_filters: []
16-
path_instructions: []
15+
path_filters: [
16+
"!*.txt"
17+
]
18+
path_instructions: [
19+
{
20+
"path": "drafts/*.md",
21+
"instructions": "These are PHP RFC's to change the PHP language. Be constructive but critical in how it may change the language"
22+
}
23+
]
1724
abort_on_close: true
1825
auto_review:
1926
enabled: true

0 commit comments

Comments
 (0)