Skip to content

Commit 22c3c47

Browse files
chore: comment on prs and issues with release info (#250)
* add workflow to comment on prs and issues with release info * Update .github/workflows/post-release.yml --------- Co-authored-by: Josh Goldberg <[email protected]>
1 parent d534008 commit 22c3c47

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/post-release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Post-release
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
post_release:
9+
name: Comment on relevant PRs and issues
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: apexskier/github-release-commenter@v1
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
comment-template: |
16+
:tada: This is included in version {release_link} :tada:

0 commit comments

Comments
 (0)