Update index.html #64
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 New PR's | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
comment_on_new_pr: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: "Thank you @${{ github.actor }}! 🙌🏻 \n\nFor creating this pull request and contributing to Food Recipes Website! 💗\n\nThe maintainers will review this Pull Request and provide feedback as soon as possible! 😇\n\nWe appreciate your patience and contribution. You're making a significant impact! 🚀" |