Skip to content

Commit

Permalink
ci: set release author as PR reviewer during cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 22, 2024
1 parent 32d503a commit 9afb7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ jobs:
--draft \
--notes-file .github/latest-release.md \
--target ${{ env.COMMIT_HASH }} \
--title "${{ github.event.repository.name }} ${{ env.NEXT_STRICT }}" \
--reviewer ${{ github.event.release.author.login }}
--title "${{ github.event.repository.name }} ${{ env.NEXT_STRICT }}"
- name: Next steps
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
git push --set-upstream origin ${{ env.BRANCH }}
gh pr create \
--fill-first
--fill-first \
--reviewer ${{ github.event.release.author.login }}
- name: Clean up release-draft branch
run: |
Expand Down

0 comments on commit 9afb7d9

Please sign in to comment.