Skip to content

Commit de22cdf

Browse files
authored
Increase max retries for PR status checks
Increased the maximum number of retries for checks from 6 to 10.
1 parent dba0cc4 commit de22cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Wait for checks to pass
2727
run: |
28-
MAX_RETRIES=6
28+
MAX_RETRIES=10
2929
RETRY_INTERVAL=300
3030
ATTEMPT=0
3131
while [ $ATTEMPT -lt $MAX_RETRIES ]; do

0 commit comments

Comments
 (0)