You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mergify): disable speculative checks to prevent race conditions (#4869)
This change sets `max_parallel_checks` to 1 in the Mergify configuration to ensure that Mergify doesn't use speculative PRs when evaluating mergeability.
While these speculative PRs are a good idea in principle, they tend to fail against our PR validation rules, e.g. #4868. The simple fix is to not use them.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
0 commit comments