Create PriyaGupta.md #306
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_target] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bubkoo/auto-comment@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
issuesOpened: > | |
Hello👋 @{{ author }}, I hope you are doing well! | |
<br> | |
Thank you for raising an issue. We will will investigate into the issue and get back to you as soon as possible. | |
Please make sure you have given us as much context as possible. | |
<br> | |
Feel free to join the community and collaborate ❤ | |
<br> | |
Join our Whatsapp Community [here](https://chat.whatsapp.com/BbGmsuNXe016LxNeWTP3FM) | |
pullRequestOpened: > | |
Hello👋 @{{ author }}, I hope you are doing well! | |
<br> | |
Thank you for raising your pull request and contributing to our Community 🎉 | |
We will merge it as soon as possible. | |
<br> | |
Feel free to join the community and collaborate ❤ | |
<br> | |
Join our Whatsapp Community [here](https://chat.whatsapp.com/BbGmsuNXe016LxNeWTP3FM) |