File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/first-interaction@v1
10
10
with :
11
11
repo-token : ${{ secrets.GITHUB_TOKEN }}
12
- issue-message : ' Hi! Thank you for contributing to our project. You are helping to make our product better! :)'
13
- pr-message : ' Hi! Thank you for contributing to our project. You are helping to make our product better! :)'
12
+ issue-message : ' Hi! Thank you for your first contribution to our project. You are helping to make our product better! :)'
13
+ pr-message : ' Hi! Thank you for your first PR to our project. You are helping to make our product better! :)'
Original file line number Diff line number Diff line change 1
1
name : Node CI
2
2
3
- on : [push]
3
+ on :
4
+ push :
5
+ pull_request :
6
+ schedule : [0 6 * * *]
4
7
5
8
jobs :
6
9
build :
9
12
10
13
strategy :
11
14
matrix :
12
- node-version : [8.x]
15
+ node-version : [8.x, 10.x, 12.x]
16
+ os : [ubuntu-latest, windows-latest, macOS-latest]
13
17
14
18
steps :
15
19
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments