chore: add cleanup scripts to package.json
#16
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: automatic comment | |
on: | |
pull_request: | |
types: [opened] | |
issues: | |
types: [opened] | |
jobs: | |
create-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: create comment | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
message: | | |
Thank you, @${{ github.actor }}, for your contribution to [${{ github.repository }}](${{ github.event.repository.html_url }}). | |
Your submission will be reviewed by [@halvaradop][1]. We will provide feedback or approval as soon as possible. | |
[1]: https://github.com/halvaradop |