Skip to content

Commit

Permalink
Merge pull request #36 from technote-space/chore/tweaks
Browse files Browse the repository at this point in the history
chore: tweaks
  • Loading branch information
technote-space authored Sep 15, 2019
2 parents dc7dfac + 726c8cb commit b30addd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
javascript:
- '**/*.js'
typescript:
- '**/*.ts'
dependencies:
- '**/*.lock'
- '**/*-lock.json'

'Type: Testing':
- '**/tests/*'
- '**/test/*'
- '**/__tests__/*'

'Type: Documentation':
- '**/*.md'
javascript:
- '**/*.js'
typescript:
- '**/*.ts'
php:
- '**/*.php'

'Type: Testing':
- '**/tests/*'
- '**/test/*'
- '**/__tests__/*'

'Type: Documentation':
- '**/*.md'
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ categories:
- title: ':sparkles: All Changes'
labels:
- 'Type: Release'
exclude-lables:
- 'dependencies'
template: |
## What’s Changed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

jest:
name: Jest
needs: eslint
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit b30addd

Please sign in to comment.