Update for GHC 9.8 #9
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: PR Review Comment | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/auto-comment@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
pullRequestOpened: | | |
👋 @{{ author }} | |
Thank you for raising your pull request. | |
Reviewer: Please verify the following things have been done, if applicable. | |
- [ ] Tests have been added | |
- [ ] `CHANGELOG.md` has been updated | |
- [ ] `README.md` has been updated |