Skip to content

Commit b30addd

Browse files
Merge pull request #36 from technote-space/chore/tweaks
chore: tweaks
2 parents dc7dfac + 726c8cb commit b30addd

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

.github/labeler.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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'

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ categories:
2222
- title: ':sparkles: All Changes'
2323
labels:
2424
- 'Type: Release'
25+
exclude-lables:
26+
- 'dependencies'
2527
template: |
2628
## What’s Changed
2729

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
jest:
3232
name: Jest
33+
needs: eslint
3334
runs-on: ubuntu-latest
3435
strategy:
3536
matrix:

0 commit comments

Comments
 (0)