File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 141
141
"default" : " @coderabbitai" ,
142
142
"description" : " Add this keyword in the PR/MR title to auto-generate the title."
143
143
},
144
- "poem " : {
144
+ "review_status " : {
145
145
"type" : " boolean" ,
146
146
"default" : true ,
147
- "description" : " Generate a poem in the walkthrough comment ."
147
+ "description" : " Post review details on each review. Additionally, post a review status when a review is skipped in certain cases ."
148
148
},
149
- "review_status " : {
149
+ "poem " : {
150
150
"type" : " boolean" ,
151
151
"default" : true ,
152
- "description" : " Post review details on each review. Additionally, post a review status when a review is skipped in certain cases ."
152
+ "description" : " Generate a poem in the walkthrough comment ."
153
153
},
154
154
"collapse_walkthrough" : {
155
155
"type" : " boolean" ,
156
156
"default" : false ,
157
157
"description" : " Generate walkthrough in a markdown collapsible section."
158
158
},
159
+ "disable_sequence_diagrams" : {
160
+ "type" : " boolean" ,
161
+ "default" : false ,
162
+ "description" : " Disable sequence diagrams in the walkthrough."
163
+ },
159
164
"path_filters" : {
160
165
"type" : " array" ,
161
166
"items" : {
You can’t perform that action at this time.
0 commit comments