-
-
Notifications
You must be signed in to change notification settings - Fork 63
33 lines (27 loc) · 1.14 KB
/
new-contributors.yml
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
name: new contributors
on: [issues, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/welcome@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIRST_ISSUE_REACTIONS: '+1, hooray, rocket, heart'
FIRST_ISSUE: |
👋 Hey @{{ author }}
<br>
Thanks for flagging your first issue! We're on it! Please provide all the details you can
<br>
Got a fix? Send a PR! 🚀 Check out our [local dev guide](https://github.com/udayvunnam/xng-breadcrumb/blob/main/docs/local-development-guide.md)
FIRST_PR_REACTIONS: '+1, hooray, rocket, heart'
FIRST_PR_COMMENT: |
👋 Hey @{{ author }}!
<br>
Thanks for the PR 😄! We'll review it ASAP 👀
<br>
Kindly ensure you've followed our contributing guidelines.
FIRST_PR_MERGED: |
🎉 @{{ author }}
Congrats on merging your first PR! Your changes will be included in the next xng-breadcrumb release
STAR_MESSAGE: If you like this project, please ⭐star⭐ our repo.