Skip to content

Commit cbbb7f3

Browse files
authored
Enable auto-merge for bot-created PRs (#1490)
This still requires a human to review, but one less button to click.
1 parent 75eb952 commit cbbb7f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ jobs:
3333
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.lto-sha }} (LTO)
3434
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.nonlto-sha }} (asserts)
3535
delete-branch: true
36+
- name: Enable auto-merge
37+
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
38+
env:
39+
GH_TOKEN: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}

0 commit comments

Comments
 (0)