Skip to content

Commit 90242c9

Browse files
committed
Wait after creating PR for status checks to be triggered
1 parent 0c7be2a commit 90242c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
--label "Housekeeping" \
4747
--title "$BASE: update from $HEAD" \
4848
--body "Merge \`$HEAD\` into \`$BASE\`.")
49+
echo ""
4950
echo "PR to sync $DEV_BRANCH: $PR"
51+
sleep 10 # allow status checks to be triggered
5052
5153
gh pr checks $PR --watch --required || continue
5254
gh pr merge $PR --merge --admin

0 commit comments

Comments
 (0)