-
-
Notifications
You must be signed in to change notification settings - Fork 59
30 lines (24 loc) · 960 Bytes
/
first-interaction.yml
File metadata and controls
30 lines (24 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: First Interaction
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: First Interaction
uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Welcome to our open-source community, and thank you for opening your first issue! 🎉
We're thrilled to have you here. If you have any questions or need assistance, feel free to ask. Your contributions are valued and appreciated.
Happy coding! 🚀
pr-message: |
Hey there! 👋 Thanks for submitting your first pull request. We're excited to see your contribution to our project.
If you have any questions, need help, or want feedback, please don't hesitate to reach out. Your efforts make our community stronger.
Keep up the great work! 💪