We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0004349 commit dd19e3fCopy full SHA for dd19e3f
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -42,10 +42,11 @@ jobs:
42
continue
43
fi
44
45
- gh pr create --base $BASE --head $HEAD \
+ PR=$(gh pr create --base $BASE --head $HEAD \
46
--label "Housekeeping" \
47
--title "$BASE: update from $HEAD" \
48
- --body "Merge \`$HEAD\` into \`$BASE\`."
+ --body "Merge \`$HEAD\` into \`$BASE\`.")
49
+ gh pr merge $PR --merge --admin
50
done
51
env:
52
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
0 commit comments