Skip to content

Commit

Permalink
chore(labeler): fix configuration for labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Apr 8, 2024
1 parent 0f11d91 commit a44712d
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
source:
'source':
- 'src/**/*.{js,jsx,ts,tsx}'

test:
'test':
- 'src/**/__tests__/*.{js,jsx,ts,tsx}'
- 'src/**/*.{spec,test}.{js,jsx,ts,tsx}'

lint:
'lint':
- 'lint-staged.config.js'
- 'eslint.config.js'
- 'prettier.config.js'

ci/cd:
'ci/cd':
- '.github/workflows/**/*.{yml,yaml}'
- '.github/labeler.yml'

changelog:
'changelog':
- 'CHANGELOG.md'

config:
'config':
- 'package.json'
- 'bun.lockb'

ignore:
'ignore':
- '**/node_modules/**'
- '**/dist/**'
- '**/build/**'
Expand Down

0 comments on commit a44712d

Please sign in to comment.