-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (31 loc) · 1.02 KB
/
new-contributor.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
32
33
34
35
36
37
38
name: new contributor
on:
issues:
types:
- reopened
- opened
pull_request:
types:
- reopened
- opened
permissions:
issues: write
pull-requests: write
jobs:
new-contributor:
name: Welcome new contributor
if: github.repository == 'skyclouds2001/springboot-template-sky'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello! Thank you for your contribution 💪
As it's your first contribution be sure to check out the checklist.
Welcome aboard ⛵️!
pr-message: |
Hello! Thank you for your contribution 💪
As it's your first contribution be sure to check out the checklist.
Welcome aboard ⛵️!