Skip to content

Commit 3d3843a

Browse files
committed
githug: Fix a mergify error
Mergify won't merge changes due to the following error: "The branch protection setting Require branches to be up to date beforemerging is not compatible with max_parallel_checks>1, queue_conditions != merge_conditions and must be unset." Signed-off-by: Anoop C S <[email protected]>
1 parent 5b661b7 commit 3d3843a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/mergify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,6 @@ pull_request_rules:
9090
label:
9191
add:
9292
- "priority-review"
93+
94+
merge_queue:
95+
max_parallel_checks: 1

0 commit comments

Comments
 (0)