-
-
Notifications
You must be signed in to change notification settings - Fork 95
26 lines (22 loc) · 1.11 KB
/
Copy pathgreetings.yml
File metadata and controls
26 lines (22 loc) · 1.11 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
name: Greetings
on:
pull_request:
types:
- opened
issues:
types:
- opened
permissions:
issues: write
pull-requests: write
jobs:
greeting:
name: Greeting first time issues or contributors
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Thank you for filing an issue! Please be patient. :-) If you dont hear from anyone within a few days, please ping, I have a day job and a family that keeps me busy, and I sometimes miss Github notifications. Have a great day!'
pr_message: 'Thank you for issuing a pull request! Open source works best when we all work together! Please make sure you have added yourself to the contributors array in package.json. If you dont hear from anyone within a few days, please ping, I have a day job and a family that keeps me busy, and I sometimes miss Github notifications. Have a great day!'
# this maybe could be modified to actually compare the contributors array and warn them if they aren't in contributors every time they contribute...