Skip to content
Merged
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
2 changes: 2 additions & 0 deletions public/mergify-configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4056,6 +4056,7 @@
},
"batch_size": {
"$ref": "#/$defs/BatchSizeBounds",
"default": 1,
"description": "The number of pull requests per speculative check in the queue. Either a single integer (fixed size, 1-128) or an object `{min, max}` for dynamic batching: the queue uses `min` when parallel-check slots are plentiful and grows toward `max` to keep the backlog at zero."
},
"batch_max_wait_time": {
Expand Down Expand Up @@ -4323,6 +4324,7 @@
},
"batch_size": {
"$ref": "#/$defs/BatchSizeBounds",
"default": 1,
"description": "The number of pull requests per speculative check in the queue. Either a single integer (fixed size, 1-128) or an object `{min, max}` for dynamic batching: the queue uses `min` when parallel-check slots are plentiful and grows toward `max` to keep the backlog at zero."
},
"batch_max_wait_time": {
Expand Down