Skip to content

Commit

Permalink
Merge of #6171
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 6, 2025
2 parents caf9a64 + a7f75fb commit c866826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6654,7 +6654,8 @@
"PULL_REQUEST_UPDATED",
"MERGE_QUEUE_RESET",
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
"PR_MANUALLY_MERGED"
"PR_MANUALLY_MERGED",
"DRAFT_PULL_REQUEST_CREATION_FAILED"
]
},
{
Expand Down Expand Up @@ -8877,6 +8878,12 @@
"title": "Pr Manually Merged",
"description": "The pull request has been manually merged.",
"default": 0
},
"DRAFT_PULL_REQUEST_CREATION_FAILED": {
"type": "integer",
"title": "Draft Pull Request Creation Failed",
"description": "The draft pull request cannot be created.",
"default": 0
}
},
"type": "object",
Expand Down
3 changes: 2 additions & 1 deletion public/mergify-configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,8 @@
"PULL_REQUEST_UPDATED",
"MERGE_QUEUE_RESET",
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
"PR_MANUALLY_MERGED"
"PR_MANUALLY_MERGED",
"DRAFT_PULL_REQUEST_CREATION_FAILED"
],
"type": "string"
},
Expand Down

0 comments on commit c866826

Please sign in to comment.