Skip to content

Commit 465afad

Browse files
Create greetings.yml
1 parent da21ffe commit 465afad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/greetings.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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: "Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue for the Java project. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! Should you have any queries or require guidance, do not hesitate to ask"
16+
pr-message: "Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request for the Java project. Our dedicated maintainer will review it diligently. Your contribution is valuable and we appreciate your efforts to improve our project."

0 commit comments

Comments
 (0)