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 16, 2024
1 parent 33b551b commit 87f0fd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,9 +1449,8 @@
"anyOf": [
{
"type": "integer",
"minimum": 0,
"ge": 1,
"lt": 2147483647
"minimum": 1,
"exclusiveMaximum": 2147483647
},
{
"type": "null"
Expand Down
8 changes: 6 additions & 2 deletions public/mergify-configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2437,8 +2437,9 @@
"type": "integer"
},
"batch_max_wait_time": {
"default": "30 s",
"default": "30 seconds",
"description": "The maximum amount of time to wait before creating a batch when the batch is not full.",
"format": "duration",
"title": "Batch Max Wait Time",
"type": "string"
},
Expand All @@ -2451,6 +2452,7 @@
"checks_timeout": {
"anyOf": [
{
"format": "duration",
"type": "string"
},
{
Expand Down Expand Up @@ -2698,8 +2700,9 @@
"type": "integer"
},
"batch_max_wait_time": {
"default": "30 s",
"default": "30 seconds",
"description": "The maximum amount of time to wait before creating a batch when the batch is not full.",
"format": "duration",
"title": "Batch Max Wait Time",
"type": "string"
},
Expand All @@ -2712,6 +2715,7 @@
"checks_timeout": {
"anyOf": [
{
"format": "duration",
"type": "string"
},
{
Expand Down

0 comments on commit 87f0fd5

Please sign in to comment.