forked from juliantellez/up
-
Notifications
You must be signed in to change notification settings - Fork 0
25 lines (18 loc) · 884 Bytes
/
greetings.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
name: Check First Contribution
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
# Thanks for your contribution!
Every contribution is appreciated and welcome. 🚀
- Please refer to the [contribution](https://github.com/stangahh/up/blob/master/CONTRIBUTING.md) readme for more info.
pr-message: |
# Thanks for your contribution!
Every contribution is appreciated and welcome. 🚀
- If you're planning to implement a new feature or add a new dependency please consider [creating an issue on GitHub](https://github.com/stangahh/up/issues/new).
- If you have added a new dependency please include it in the README.