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.
2 parents 6f36335 + 90242c9 commit e927e80Copy full SHA for e927e80
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -46,7 +46,9 @@ jobs:
46
--label "Housekeeping" \
47
--title "$BASE: update from $HEAD" \
48
--body "Merge \`$HEAD\` into \`$BASE\`.")
49
+ echo ""
50
echo "PR to sync $DEV_BRANCH: $PR"
51
+ sleep 10 # allow status checks to be triggered
52
53
gh pr checks $PR --watch --required || continue
54
gh pr merge $PR --merge --admin
0 commit comments