mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 09:15:29 +01:00
Add release comment workflow
This commit is contained in:
parent
cd70e027d8
commit
519dcc5d99
13
.github/workflows/release-comment.yml
vendored
Normal file
13
.github/workflows/release-comment.yml
vendored
Normal 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}.
|
Loading…
Reference in a new issue