fixing Could not find node_modules #1 1h #3
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: Auto Comment | |
on: [issues, pull_request] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }} | |
issuesOpened: | | |
👋 @{{ author }} | |
Thank you for raising an issue! Please make sure you have given as much context as possible. Screenshots are appreciated! | |
pullRequestOpened: | | |
👋 @{{ author }} | |
Thank you for raising your pull request. Please make sure you have followed our contributing guidelines. If you haven't done so in your commits, please reference the issue numbers as well as the time you spent on this in the comments below so we can track time. example `fixed button #1001 3h` |