Skip to content

Commit

Permalink
Add release reviewers to PRs marking revisions as released (#22738)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff authored Oct 15, 2024
1 parent ac381b8 commit 1dfe990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Create Changelog PR
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.EMSCRIPTEN_BOT_TOKEN }}
title: Mark ${{ env.RELEASE_VERSION }} as released
team-reviewers: release-reviewers
delete-branch: true
- name: Tag release sha
uses: actions/github-script@v7
Expand Down

0 comments on commit 1dfe990

Please sign in to comment.