We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e20be6 + 4c77f58 commit bc695fbCopy full SHA for bc695fb
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -63,7 +63,7 @@ jobs:
63
--body "Merge relevant changes from \`$HEAD\` into \`$BASE\`.")
64
echo ""
65
echo "PR to sync $BASE with $HEAD: $PR"
66
- sleep 10 # allow status checks to be triggered
+ sleep 60 # allow status checks to be triggered
67
68
gh pr checks $PR --watch --required || continue
69
gh pr merge $PR --merge --admin
0 commit comments