Skip to content

Commit 12f8e51

Browse files
Update schema.v2.json
1 parent 981b7e0 commit 12f8e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/schema/schema.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"type": "string"
328328
},
329329
"default": [],
330-
"description": "Restrict automatic reviews to only those pull requests that match one of the specified labels."
330+
"description": "List of labels to control which PRs/MRs to review. Labels starting with '!' are negative matches. Examples: ['bug', 'feature'] - reviews PRs with 'bug' OR 'feature' label. ['!wip'] - reviews all PRs except those with 'wip' label. ['bug', '!wip'] - reviews PRs with 'bug' label but not if they have 'wip' label."
331331
},
332332
"drafts": {
333333
"type": "boolean",

0 commit comments

Comments
 (0)