-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (31 loc) ยท 1.42 KB
/
Copy pathgreetings.yml
File metadata and controls
40 lines (31 loc) ยท 1.42 KB
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
31
32
33
34
35
36
37
38
39
40
name: Greetings ๐
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
๐ **Welcome to our project, @${{ github.actor }}!** ๐
Thanks for opening your very first issue here! ๐
Weโre so excited to have you contributing. ๐
๐ก **Next steps:**
- Make sure to follow our [contributing guidelines](CONTRIBUTING.md) ๐
- Check existing issues to avoid duplicates ๐
- Donโt be shyโask questions if you need help! ๐ฌ
Youโre awesome for helping us make this project better! ๐
pr-message: |
๐ **Hey there, @${{ github.actor }}!** ๐
Woohoo! ๐ Thanks for your very first pull request! โจ
We truly appreciate your time and effort in making this project better. ๐ช
๐ **Next steps:**
- A maintainer will review your changes soon ๐ง
- Stay tuned for any feedback ๐ฌ
- While you wait, check out our [issues list](../../issues) for more ways to contribute ๐
Youโre officially part of the contributorsโ club! ๐
**High five! ๐**