Skip to content

Commit

Permalink
fix(mergify): remove deprecated speculative_checks option
Browse files Browse the repository at this point in the history
While using Mergify's configuration checker, this issue was not raised, but it's now showing in some PR's summaries, as in https://github.com/ZcashFoundation/zebra/pull/9026/checks?check_run_id=33066692861
  • Loading branch information
gustavovalverde committed Nov 18, 2024
1 parent 7d37f77 commit 8533c3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# This file can be edited and validated using:
# https://dashboard.mergify.com/github/ZcashFoundation/repo/zebra/config-editor

# Set the maximum number of PRs that can be checked in parallel in a queue
merge_queue:
max_parallel_checks: 5

# Provides a means to set configuration values that act as fallbacks
# for queue_rules and pull_request_rules
defaults:
Expand All @@ -15,7 +19,6 @@ defaults:
# Allow to update/rebase the original pull request if possible to check its mergeability,
# and it does not create a draft PR if not needed
allow_inplace_checks: True
speculative_checks: 1
batch_size: 20
# Wait for about 10% of the time it takes Rust PRs to run CI (~1h)
batch_max_wait_time: "10 minutes"
Expand Down

0 comments on commit 8533c3d

Please sign in to comment.