We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff52e02 commit 421b320Copy full SHA for 421b320
.coderabbit.yml
@@ -12,8 +12,15 @@ reviews:
12
poem: true
13
collapse_walkthrough: false
14
sequence_diagrams: true
15
- path_filters: []
16
- path_instructions: []
+ path_filters: [
+ "!*.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
24
abort_on_close: true
25
auto_review:
26
enabled: true
0 commit comments