Skip to content

Commit d0288d2

Browse files
authored
chore: stop Mergify from making new PRs to validate existing PRs it's about to merge (#34946)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b0018dc commit d0288d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.mergify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# See https://doc.mergify.io
2+
merge_queue:
3+
# Hopefully this gets Mergify to stop creating PRs just to test merges (it both messes with statistics and our automatic validations)
4+
max_parallel_checks: 1
25
queue_rules:
36
- name: default-merge
47
update_method: merge

0 commit comments

Comments
 (0)