We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a6026 + 2cd2979 commit 43043ceCopy full SHA for 43043ce
1 file changed
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -46,6 +46,9 @@ jobs:
46
--label "Housekeeping" \
47
--title "$BASE: update from $HEAD" \
48
--body "Merge \`$HEAD\` into \`$BASE\`.")
49
+ echo "PR to sync $DEV_BRANCH: $PR"
50
+
51
+ gh pr checks $PR --watch --required || continue
52
gh pr merge $PR --merge --admin
53
done
54
env:
0 commit comments