Skip to content

Commit 0ac2d34

Browse files
authored
Update welcome messages for first interactions
1 parent 4bbc39f commit 0ac2d34

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 16 additions & 0 deletions
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: "Welcome to the project, @${{ github.actor }}! 👋\nThank you for taking the time to improve our codebase. We really appreciate the effort."
16+
pr-message: "🎉 A new contributor appears! 🎉\nHuge thanks to @${{ github.actor }} for your first PR! We are thrilled to see new faces here.\nWhile you wait for a review, feel free to join our Discord/Slack to introduce yourself. If you have any questions about the build process, just drop a comment below.\nThanks for making this project better!"

0 commit comments

Comments
 (0)