File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1- javascript :
2- - ' **/*.js'
3- typescript :
4- - ' **/*.ts'
5- dependencies :
6- - ' **/*.lock'
7- - ' **/*-lock.json'
8-
9- ' Type: Testing ' :
10- - ' **/tests/*'
11- - ' **/test/*'
12- - ' **/__tests__/*'
13-
14- ' Type: Documentation ' :
15- - ' **/*.md'
1+ javascript :
2+ - ' **/*.js'
3+ typescript :
4+ - ' **/*.ts'
5+ php :
6+ - ' **/*.php'
7+
8+ ' Type: Testing ' :
9+ - ' **/tests/*'
10+ - ' **/test/*'
11+ - ' **/__tests__/*'
12+
13+ ' Type: Documentation ' :
14+ - ' **/*.md'
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ categories:
2222 - title : ' :sparkles: All Changes'
2323 labels :
2424 - ' Type: Release'
25+ exclude-lables :
26+ - ' dependencies'
2527template : |
2628 ## What’s Changed
2729
Original file line number Diff line number Diff line change 3030
3131 jest :
3232 name : Jest
33+ needs : eslint
3334 runs-on : ubuntu-latest
3435 strategy :
3536 matrix :
You can’t perform that action at this time.
0 commit comments