Skip to content

Commit d0ff2d4

Browse files
committedDec 26, 2024·
Update schema.v2.json
1 parent df22b33 commit d0ff2d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎static/schema/schema.v2.json

+5
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
"type": "string",
215215
"maxLength": 3000,
216216
"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."
217222
}
218223
},
219224
"required": ["label", "instructions"],

0 commit comments

Comments
 (0)
Please sign in to comment.