We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beb057e + 470bb72 commit 4bfccfcCopy full SHA for 4bfccfc
1 file changed
.mergify.yml
@@ -1,5 +1,6 @@
1
queue_rules:
2
- name: default
3
+ batch_size: 1
4
queue_conditions:
5
- base=main
6
- label="merge-when-passing"
@@ -19,6 +20,12 @@ queue_rules:
19
20
update_method: rebase
21
merge_method: merge
22
23
+# Avoid temporary branches created by mergify for parallel checks.
24
+# These do not work with the pr-validator since the temporary PR
25
+# branch is updated with a merge commit.
26
+merge_queue:
27
+ max_parallel_checks: 1
28
+
29
pull_request_rules:
30
- name: rebase and merge when passing all checks
31
conditions: []
0 commit comments