Add release comment workflow

This commit is contained in:
Max Isom 2022-03-10 13:01:24 -05:00
parent cd70e027d8
commit 519dcc5d99
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

13
.github/workflows/release-comment.yml vendored Normal file
View file

@ -0,0 +1,13 @@
on:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: apexskier/github-release-commenter@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
🚀 Released in {release_link}.