Skip to content

Commit 9b50c0a

Browse files
authored
Merge of #9379
2 parents 0ae23be + 6439bed commit 9b50c0a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

public/mergify-configuration-schema.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,12 @@
13861386
],
13871387
"title": "Mode",
13881388
"type": "string"
1389+
},
1390+
"skip_intermediate_results": {
1391+
"default": false,
1392+
"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.",
1393+
"title": "Skip Intermediate Results",
1394+
"type": "boolean"
13891395
}
13901396
},
13911397
"title": "MergeQueue",
@@ -1753,7 +1759,10 @@
17531759
"type": "string"
17541760
},
17551761
{
1756-
"const": "PR_MERGED",
1762+
"enum": [
1763+
"PR_MERGED",
1764+
"PR_MERGED_INTERMEDIATE_RESULTS_SKIPPED"
1765+
],
17571766
"type": "string"
17581767
},
17591768
{

0 commit comments

Comments
 (0)