Skip to content

Commit ed237a8

Browse files
Fix mergify batch merge issue (duplicated) (#3165)
@tensorflow/micro Duplicate of #3164 for admin reasons. Mergify recently added ability for batch merge, but that doesn't play well with our setup. Setting max_parallel_check to 1 should resolve the issue and go back to how it was working before. BUG=mergify fix Co-authored-by: suleshahid <[email protected]>
1 parent a1eb048 commit ed237a8

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
@@ -1,3 +1,6 @@
1+
merge_queue:
2+
max_parallel_checks: 1
3+
14
queue_rules:
25
- name: default
36
checks_timeout: 2 h

0 commit comments

Comments
 (0)