Skip to content

Commit

Permalink
chore: add release-commenter workflow (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Feb 23, 2021
1 parent 87c802c commit 501cf9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
release:
types: [published]

jobs:
release:
steps:
- 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 501cf9d

Please sign in to comment.