Mergify failed
Open
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
```
The branch protection setting Require branches to be up to date before merging is not compatible with draft PR checks. To keep this branch protection enabled, update your Mergify configuration to enable in-place checks: set merge_queue.max_parallel_checks: 1, set every queue rule batch_size: 1, and avoid two-step CI (make merge_conditions identical to queue_conditions). Otherwise, disable this branch protection.
```
https://github.com/elastic/apm-server/pull/21032/checks?check_run_id=75559157185
Given the official docs
https://docs.mergify.com/workflow/
Fix the problem
Contributor guide
Assessment
This issue has not been assessed yet.