Skip to content

Commit 46a705f

Browse files
authored
Merge of #9115
2 parents 394bcc7 + efda87c commit 46a705f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/mergify-configuration-schema.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,19 @@
13631363
"description": "The label to add on pull requests when they are added to the merge queue.",
13641364
"title": "Queued Label"
13651365
},
1366+
"dequeued_label": {
1367+
"anyOf": [
1368+
{
1369+
"type": "string"
1370+
},
1371+
{
1372+
"type": "null"
1373+
}
1374+
],
1375+
"default": "dequeued",
1376+
"description": "The label to add on pull requests when they are removed from the merge queue.",
1377+
"title": "Dequeued Label"
1378+
},
13661379
"mode": {
13671380
"default": "serial",
13681381
"description": "Defines how the merge queue schedules pull requests.\n- `serial`: PRs are tested cumulatively.\n- `parallel`: PRs whose scopes don't overlap are tested in parallel.\n",

0 commit comments

Comments
 (0)