Skip to content

Commit

Permalink
chore: sync Mergify JSON Schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify-ci-bot authored and github-actions[bot] committed Oct 2, 2024
1 parent 5ba2377 commit 0556161
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,8 +1449,9 @@
"anyOf": [
{
"type": "integer",
"minimum": 1,
"exclusiveMaximum": 2147483647
"minimum": 0,
"ge": 1,
"lt": 2147483647
},
{
"type": "null"
Expand Down Expand Up @@ -4292,6 +4293,7 @@
},
"pull_request_number": {
"type": "integer",
"minimum": 0.0,
"title": "Pull Request Number",
"description": "The number of the pull request used by the speculative check"
},
Expand Down Expand Up @@ -9736,6 +9738,7 @@
"properties": {
"number": {
"type": "integer",
"minimum": 0.0,
"title": "Number",
"description": "The number of the pull request"
},
Expand Down Expand Up @@ -9810,6 +9813,7 @@
"properties": {
"number": {
"type": "integer",
"minimum": 0.0,
"title": "Number",
"description": "The number of the pull request"
},
Expand Down Expand Up @@ -9908,6 +9912,7 @@
},
"number": {
"type": "integer",
"minimum": 0.0,
"title": "Number",
"description": "The number of the pull request used by the speculative check"
},
Expand Down

0 comments on commit 0556161

Please sign in to comment.