Skip to content

Commit 4506f19

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

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
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- dev
14+
- main-sync-pr-wait-for-status-check # for testing only, remove later
1415

1516
jobs:
1617
sync-branches:
@@ -46,6 +47,8 @@ jobs:
4647
--label "Housekeeping" \
4748
--title "$BASE: update from $HEAD" \
4849
--body "Merge \`$HEAD\` into \`$BASE\`.")
50+
51+
gh pr checks $PR --fail-fast --watch
4952
gh pr merge $PR --merge --admin
5053
done
5154
env:

0 commit comments

Comments
 (0)