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: 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. | |