This is a Github Action that will post a comment to a Pull Request thanking the user for their submission.
- name: 'Pull Request Thank You'
uses: GuySWatson/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on: pull_request
jobs:
pr-thankyou-action:
runs-on: ubuntu-latest
name: 'Pull Request Thank You'
steps:
- name: Checkout
uses: actions/checkout@v1
- name: 'Pull Request Thank You'
uses: GuySWatson/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}