We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c333f4b commit 030611bCopy full SHA for 030611b
.github/workflows/auto-merge.yml
@@ -36,7 +36,7 @@ jobs:
36
echo "Checking CI status for PR #$PR_NUMBER"
37
38
# Define the maximum wait time (in seconds) and the polling interval (in seconds)
39
- MAX_WAIT_TIME=600 # 10 minutes
+ MAX_WAIT_TIME=1800 # 30 minutes
40
POLL_INTERVAL=10 # Check every 10 seconds
41
42
# Initialize a timer
0 commit comments