Skip to content

Commit 5d13d80

Browse files
committed
Use CI skip on release-marking PRs
1 parent 46ef8a4 commit 5d13d80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
uses: peter-evans/create-pull-request@v6
2323
with:
2424
token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
25-
title: Mark ${{ env.RELEASE_VERSION }} as released
25+
title: Mark ${{ env.RELEASE_VERSION }} as released [ci skip]
26+
body: Update changelog and emscripten-version.txt
2627
team-reviewers: release-reviewers
2728
delete-branch: true
2829
- name: Enable auto-merge

0 commit comments

Comments
 (0)