Skip to content

Commit

Permalink
ci: add release-commenter (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher authored Feb 24, 2021
1 parent 047fdc0 commit b4a0584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,11 @@ jobs:
with:
tag_name: v${{ steps.nbgv.outputs.SemVer2 }}
release_name: v${{ steps.nbgv.outputs.SemVer2 }}
- name: Comment relevant issues and merge requests
uses: apexskier/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
This is addressed in release {release_link}.
label-template: |
state: released

0 comments on commit b4a0584

Please sign in to comment.