Skip to content

Commit

Permalink
Create release-commenter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkorkin authored Feb 18, 2022
1 parent f3c8320 commit 21e774d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-commenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
release:
types: [published]

jobs:
release:
steps:
- uses: apexskier/github-release-commenter@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
Release {release_link} addresses this.

0 comments on commit 21e774d

Please sign in to comment.