File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 191191 "default" : true ,
192192 "description" : " Suggest labels based on the changes in the pull request in the walkthrough."
193193 },
194+ "auto_apply_labels" : {
195+ "type" : " boolean" ,
196+ "default" : false ,
197+ "description" : " Automatically apply the suggested labels to the PR/MR."
198+ },
194199 "suggested_reviewers" : {
195200 "type" : " boolean" ,
196201 "default" : true ,
214219 "type" : " string" ,
215220 "maxLength" : 3000 ,
216221 "description" : " Instructions for the label. Example: Apply when the PR/MR contains changes to the react components."
217- },
218- "auto_apply" : {
219- "type" : " boolean" ,
220- "default" : false ,
221- "description" : " Automatically apply the label to the PR/MR."
222222 }
223223 },
224224 "required" : [" label" , " instructions" ],
You can’t perform that action at this time.
0 commit comments