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.
2 parents e4d17f8 + dd19e3f commit 139c3e5Copy full SHA for 139c3e5
.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