aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-comment.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/release-comment.yml b/.github/workflows/release-comment.yml
new file mode 100644
index 0000000..ab042ac
--- /dev/null
+++ b/.github/workflows/release-comment.yml
@@ -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}.