2024.12.08 #46
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Contribution Notifier | |
on: | |
release: | |
types: [published] | |
jobs: | |
release: | |
name: Release Commenter | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
issues: write | |
steps: | |
- uses: chriskarlin/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
skip-linked: true | |
comment-template: | | |
@{author}: Your PR `{title}` is part of today's Human Essentials production release: {release_link}. | |
Thank you very much for your contribution! |