Enhance: Adding a Favicon to the site!! #105
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] | |
permissions: write-all | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/auto-comment@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
issuesOpened: | | |
Hello π @{{ author }}, thanks for creating issue at npmBox, hope you followed the guidelines. | |
pullRequestOpened: | | |
π @{{ author }} | |
Thank you for making PR at npmBox. | |
Please make sure you have followed our contributing guidelines. Our mentors will review it soon. |