File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Greetings
2+
3+ on : [pull_request_target, issues]
4+
5+ jobs :
6+ greeting :
7+ runs-on : ubuntu-latest
8+ permissions :
9+ issues : write
10+ pull-requests : write
11+
12+ steps :
13+ - uses : actions/first-interaction@v1
14+ with :
15+ repo-token : ${{ secrets.GITHUB_TOKEN }}
16+ issue-message : |
17+ 👋 **Welcome, Contributor!**
18+ Thanks for creating your first issue! 🎉
19+
20+ We're thrilled to have you here.
21+ 🔍 While you're waiting:
22+ - Check out our [Contribution Guide](https://github.com/VR-Rathod/Code-Note/blob/Admin/CONTRIBUTING.md)
23+ - Join the discussion in our [Code Note](https://github.com/VR-Rathod/Code-Note/discussions)
24+ - Give us a ⭐️ if you like the project!
25+
26+ Happy coding! 💻🙏
27+ pr-message : |
28+ 👋 **Welcome, First-Time Contributor!**
29+ Thank you for submitting your first pull request! 🎉
30+
31+ We're excited to review your changes.
32+ 🛠 While we take a look:
33+ - Make sure your PR follows the [Contribution Guide](https://github.com/VR-Rathod/Code-Note/blob/Admin/CONTRIBUTING.md)
34+ - Feel free to engage in our [Code Note](https://github.com/VR-Rathod/Code-Note/discussions)
35+ - Consider ⭐️-ing the repo if you find it useful!
36+
37+ Keep up the great work! 🚀
You can’t perform that action at this time.
0 commit comments