Skip to content

Commit 039631f

Browse files
authored
Merge of #9755
2 parents 82e87a1 + 665fab1 commit 039631f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

public/api-schemas.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,6 +3593,7 @@
35933593
},
35943594
"queued_at": "2025-11-05T13:30:00Z",
35953595
"priority_alias": "high",
3596+
"priority_rule_name": "hotfix",
35963597
"labels": [
35973598
"feature",
35983599
"auth"
@@ -7782,6 +7783,10 @@
77827783
"type": "string",
77837784
"title": "Priority Alias"
77847785
},
7786+
"priority_rule_name": {
7787+
"type": "string",
7788+
"title": "Priority Rule Name"
7789+
},
77857790
"labels": {
77867791
"items": {
77877792
"type": "string"
@@ -7805,6 +7810,7 @@
78057810
"author",
78067811
"queued_at",
78077812
"priority_alias",
7813+
"priority_rule_name",
78087814
"labels",
78097815
"scopes"
78107816
],

public/mergify-configuration-schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,16 @@
13931393
"description": "Allow PRs to merge even if their own speculative check fails, as long as a later downstream check including them passes and schedule conditions are valid.",
13941394
"title": "Skip Intermediate Results",
13951395
"type": "boolean"
1396+
},
1397+
"status_comments": {
1398+
"default": "all",
1399+
"description": "Controls the level of status comments posted on pull requests in the queue.\n- `all`: Post comments for all queue events (entering queue, CI progress, outcomes).\n- `outcomes`: Only post comments for final outcomes (merged or dequeued with failure reason).\n",
1400+
"enum": [
1401+
"all",
1402+
"outcomes"
1403+
],
1404+
"title": "Status Comments",
1405+
"type": "string"
13961406
}
13971407
},
13981408
"title": "MergeQueue",

0 commit comments

Comments
 (0)