We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139c3e5 commit b3f5c3bCopy full SHA for b3f5c3b
1 file changed
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -11,6 +11,7 @@ on:
11
push:
12
branches:
13
- dev
14
+ - main-sync-pr-wait-for-status-check # for testing only, remove before merging
15
16
jobs:
17
sync-branches:
@@ -46,6 +47,9 @@ jobs:
46
47
--label "Housekeeping" \
48
--title "$BASE: update from $HEAD" \
49
--body "Merge \`$HEAD\` into \`$BASE\`.")
50
+ echo "PR to sync $DEV_BRANCH: $PR"
51
+
52
+ gh pr checks $PR --watch
53
gh pr merge $PR --merge --admin
54
done
55
env:
0 commit comments