Skip to content

Commit 833cd7c

Browse files
authored
Merge of #9717
2 parents 78378fd + 7673702 commit 833cd7c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

public/api-schemas.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5590,7 +5590,8 @@
55905590
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
55915591
"PR_MANUALLY_MERGED",
55925592
"DRAFT_PULL_REQUEST_CREATION_FAILED",
5593-
"CONFIGURATION_CHANGED"
5593+
"CONFIGURATION_CHANGED",
5594+
"UNPROCESSABLE_PULL_REQUEST"
55945595
]
55955596
},
55965597
{
@@ -8127,6 +8128,12 @@
81278128
"title": "Configuration Changed",
81288129
"description": "The configuration has changed.",
81298130
"default": 0
8131+
},
8132+
"UNPROCESSABLE_PULL_REQUEST": {
8133+
"type": "integer",
8134+
"title": "Unprocessable Pull Request",
8135+
"description": "The pull request could not be processed by Mergify",
8136+
"default": 0
81308137
}
81318138
},
81328139
"type": "object",

public/mergify-configuration-schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,8 @@
17911791
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
17921792
"PR_MANUALLY_MERGED",
17931793
"DRAFT_PULL_REQUEST_CREATION_FAILED",
1794-
"CONFIGURATION_CHANGED"
1794+
"CONFIGURATION_CHANGED",
1795+
"UNPROCESSABLE_PULL_REQUEST"
17951796
],
17961797
"type": "string"
17971798
},

0 commit comments

Comments
 (0)