Skip to content

Commit

Permalink
Enable auto-merge for bot-created PRs (#1490)
Browse files Browse the repository at this point in the history
This still requires a human to review, but one less button to click.
  • Loading branch information
dschuff authored Nov 19, 2024
1 parent 75eb952 commit cbbb7f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ jobs:
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.lto-sha }} (LTO)
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.nonlto-sha }} (asserts)
delete-branch: true
- name: Enable auto-merge
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}

0 comments on commit cbbb7f3

Please sign in to comment.