File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 211
211
"default" : true ,
212
212
"description" : " Generate a poem in the walkthrough comment."
213
213
},
214
+ "finishing_touches" : {
215
+ "type" : " object" ,
216
+ "properties" : {
217
+ "docstrings" : {
218
+ "type" : " object" ,
219
+ "properties" : {
220
+ "enabled" : {
221
+ "type" : " boolean" ,
222
+ "default" : true ,
223
+ "description" : " Allow CodeRabbit to generate docstrings for PRs/MRs."
224
+ }
225
+ },
226
+ "additionalProperties" : false ,
227
+ "default" : {},
228
+ "description" : " Docstrings | Options for generating Docstrings for your PRs/MRs."
229
+ }
230
+ },
231
+ "additionalProperties" : false ,
232
+ "default" : {},
233
+ "description" : " Finishing Touches | Options for adding finishing touches to your PRs/MRs, like Docstrings."
234
+ },
214
235
"labeling_instructions" : {
215
236
"type" : " array" ,
216
237
"items" : {
You can’t perform that action at this time.
0 commit comments