generated from warmachine028/github-super-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 54
30 lines (24 loc) · 1.34 KB
/
first-contribution.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
name: 🙏 Welcome First Time Contributors
on: [pull_request_target, issues]
jobs:
welcome:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@main
if: ${{ github.event.sender.login != github.repository_owner && !contains(fromJson('[ "dependabot[bot]", "dependabot-preview[bot]", "imgbot[bot]", "allcontributors" ]'), github.actor) }}
with:
repo-token: ${{ github.token }}
issue-message: |
# Congratulations 🎉 @${{ github.actor }}, on creating your first issue in Nike
- Meanwhile if your liked this project, please make sure to star this 🌟🌟🌟.
- You can see my other projects too, which you might feel appealing.
- You also follow me for making more future contributions in open-source projects.
pr-message: |
# Congratulations 🎉 @${{ github.actor }}, on your first contribution in Nike
- Make sure to star this project, if you liked contributing to it. 🌟🌟🌟
- You can raise another new issue, if you find something is worth enhancement or needs a fix.
- You can see my other projects too, which you might feel appealing.
- You also follow me for making more future contributions in open-source projects.