Skip to content

Commit 01cdad8

Browse files
authored
Added queue rules (#56)
1 parent 8c44308 commit 01cdad8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/mergify.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,3 +550,11 @@ merge_protections:
550550
success_conditions:
551551
- check-success = test/terratest
552552

553+
queue_rules:
554+
- batch_size: 10
555+
batch_max_wait_time: 5 m
556+
checks_timeout: 5 m
557+
batch_max_failure_resolution_attempts: 3
558+
merge_method: squash
559+
update_method: rebase
560+
name: Test

0 commit comments

Comments
 (0)