Skip to content

Commit e8e2e59

Browse files
authored
tag-release.yml: Use version number in PR branch name (#23621)
1 parent 3367414 commit e8e2e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
title: Mark ${{ env.RELEASE_VERSION }} as released
2626
body: Update changelog and emscripten-version.txt [ci skip]
2727
team-reviewers: release-reviewers
28+
branch: release_${{ env.RELEASE_VERSION }}
2829
delete-branch: true
2930
- name: Enable auto-merge
3031
run: gh pr merge --squash --auto "${{ steps.cpr.outputs.pull-request-number }}"

0 commit comments

Comments
 (0)