Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2024
1 parent df22b33 commit d0ff2d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
"type": "string",
"maxLength": 3000,
"description": "Instructions for the label. Example: Apply when the PR/MR contains changes to the react components."
},
"auto_apply": {
"type": "boolean",
"default": false,
"description": "Automatically apply the label to the PR/MR."
}
},
"required": ["label", "instructions"],
Expand Down

0 comments on commit d0ff2d4

Please sign in to comment.