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 75eb952 commit cbbb7f3Copy full SHA for cbbb7f3
.github/workflows/create-release.yml
@@ -33,3 +33,7 @@ jobs:
33
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.lto-sha }} (LTO)
34
https://chromium.googlesource.com/emscripten-releases/+/${{ inputs.nonlto-sha }} (asserts)
35
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