Skip to content

Comment on Released PRs #1

Comment on Released PRs

Comment on Released PRs #1

Workflow file for this run

name: Comment on Released PRs
on:
release:
types: [published]
permissions:
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: apexskier/github-release-commenter@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
This PR is included in version [{release_tag}]({release_link})