Skip to content

Commit b3f5c3b

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- dev
14+
- main-sync-pr-wait-for-status-check # for testing only, remove before merging
1415

1516
jobs:
1617
sync-branches:
@@ -46,6 +47,9 @@ jobs:
4647
--label "Housekeeping" \
4748
--title "$BASE: update from $HEAD" \
4849
--body "Merge \`$HEAD\` into \`$BASE\`.")
50+
echo "PR to sync $DEV_BRANCH: $PR"
51+
52+
gh pr checks $PR --watch
4953
gh pr merge $PR --merge --admin
5054
done
5155
env:

0 commit comments

Comments
 (0)