Commit ed5864e
committed
Fix mergify configuration issue:
Mergify won't do its job. Showing this
message and disabling the branch protection in
GitHub didn't work:
Configuration not compatible with a branch protection setting
The branch protection setting Require branches to be
up to date before merging is not compatible withdraft 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.
Signed-off-by: Jacob Weinstock <[email protected]>1 parent 6fa3269 commit ed5864e
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| 29 | + | |
| 30 | + | |
0 commit comments