Skip to content

Commit e7ddef5

Browse files
committed
Wait for required status checks to finish
1 parent 139c3e5 commit e7ddef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
--label "Housekeeping" \
4747
--title "$BASE: update from $HEAD" \
4848
--body "Merge \`$HEAD\` into \`$BASE\`.")
49+
echo "PR to sync $DEV_BRANCH: $PR"
50+
51+
gh pr checks $PR --watch --required || continue
4952
gh pr merge $PR --merge --admin
5053
done
5154
env:

0 commit comments

Comments
 (0)