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 3367414 commit e8e2e59Copy full SHA for e8e2e59
.github/workflows/tag-release.yml
@@ -25,6 +25,7 @@ jobs:
25
title: Mark ${{ env.RELEASE_VERSION }} as released
26
body: Update changelog and emscripten-version.txt [ci skip]
27
team-reviewers: release-reviewers
28
+ branch: release_${{ env.RELEASE_VERSION }}
29
delete-branch: true
30
- name: Enable auto-merge
31
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"
0 commit comments