File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-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+ steps :
12+ - uses : actions/first-interaction@v1
13+ with :
14+ repo-token : ${{ secrets.GITHUB_TOKEN }}
15+ issue-message : >
16+ Hello @${{ github.actor }}! 👋
17+
18+ Thank you for opening your first issue in the **DevBlogs** repository.
19+ We're excited to have you join us on this journey of creating a vibrant community for sharing developer insights, tutorials, and projects.
20+ If you have any questions or need assistance, feel free to ask. Happy coding! 💻🚀
21+
22+ pr-message : >
23+ Hello @${{ github.actor }}! 👋
24+
25+ Thank you for submitting your first pull request to **DevBlogs**!
26+ Your contributions are incredibly valuable in building this platform for developers worldwide.
27+ We'll review your changes shortly. If you need help or have any suggestions, don't hesitate to let us know. Keep contributing and inspiring! 🌟💻
You can’t perform that action at this time.
0 commit comments