Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5639,6 +5639,7 @@
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
"PR_MANUALLY_MERGED",
"DRAFT_PULL_REQUEST_CREATION_FAILED",
"DRAFT_PULL_REQUEST_CREATION_BRANCH_NOT_INDEXED",
"CONFIGURATION_CHANGED",
"UNPROCESSABLE_PULL_REQUEST",
"PR_MANUALLY_DEQUEUED"
Expand Down Expand Up @@ -8487,6 +8488,12 @@
"description": "The draft pull request cannot be created",
"default": 0
},
"DRAFT_PULL_REQUEST_CREATION_BRANCH_NOT_INDEXED": {
"type": "integer",
"title": "Draft Pull Request Creation Branch Not Indexed",
"description": "The draft pull request cannot be created because GitHub has not indexed the branch yet",
"default": 0
},
"CONFIGURATION_CHANGED": {
"type": "integer",
"title": "Configuration Changed",
Expand Down
1 change: 1 addition & 0 deletions public/mergify-configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
"PR_MANUALLY_MERGED",
"DRAFT_PULL_REQUEST_CREATION_FAILED",
"DRAFT_PULL_REQUEST_CREATION_BRANCH_NOT_INDEXED",
"CONFIGURATION_CHANGED",
"UNPROCESSABLE_PULL_REQUEST",
"PR_MANUALLY_DEQUEUED"
Expand Down