Skip to content

Workflow file for this run

name: Thank You for Pull Request
on:
pull_request:
jobs:
thank_you:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Add comment
uses: thollander/actions-comment-pull-request@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
message: |
Thank you for raising this pull request! We will review it as soon as possible.