Skip to content

Commit 8c05bab

Browse files
Create greetings.yml
1 parent 395acf3 commit 8c05bab

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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! 🌟💻

0 commit comments

Comments
 (0)