Skip to content

Commit

Permalink
chore: sync Mergify internal openapi types file
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify-ci-bot authored and github-actions[bot] committed Sep 11, 2024
1 parent 1cc1b29 commit 74e433c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
4 changes: 3 additions & 1 deletion public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8458,7 +8458,9 @@
"type": "string",
"enum": [
"ci_issues",
"merge_protections"
"merge_protections",
"workflow_automation",
"merge_queue"
]
},
"type": "array",
Expand Down
48 changes: 0 additions & 48 deletions public/mergify-configuration-schema-future-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -1589,30 +1589,6 @@
"default": null,
"title": "Allow Checks Interruption"
},
"allow_inplace_speculative_checks": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Allow Inplace Speculative Checks"
},
"allow_speculative_checks_interruption": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Allow Speculative Checks Interruption"
},
"name": {
"title": "Name",
"type": "string"
Expand Down Expand Up @@ -1833,30 +1809,6 @@
],
"default": null,
"title": "Allow Checks Interruption"
},
"allow_inplace_speculative_checks": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Allow Inplace Speculative Checks"
},
"allow_speculative_checks_interruption": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Allow Speculative Checks Interruption"
}
},
"title": "QueueRuleModelForDefaults",
Expand Down

0 comments on commit 74e433c

Please sign in to comment.