Skip to content

Commit

Permalink
build: update labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Jan 25, 2024
1 parent d3988a3 commit 17ea48a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
documentation:
- '**/*.md'
- LICENSE
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- LICENSE
github-actions:
- .github/workflows/*.yml
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*.yml
javascript:
- '**/*.js'
- .npmrc
- .nvmrc
- package.json
- package-lock.json
- changed-files:
- any-glob-to-any-file:
- '**/*.js'
- .npmrc
- .nvmrc
- package.json
- package-lock.json

0 comments on commit 17ea48a

Please sign in to comment.