1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Files
tabler/.github/labeler.yml

50 lines
1.0 KiB
YAML

core:
- changed-files:
- any-glob-to-any-file: 'core/**'
preview:
- changed-files:
- any-glob-to-any-file: 'preview/**'
docs:
- changed-files:
- any-glob-to-any-file: 'docs/**'
shared:
- changed-files:
- any-glob-to-any-file: 'shared/**'
scss:
- changed-files:
- any-glob-to-any-file:
- 'core/scss/**'
- 'preview/scss/**'
- 'docs/scss/**'
javascript:
- changed-files:
- any-glob-to-any-file:
- 'core/js/**'
- 'preview/js/**'
icons:
- changed-files:
- any-glob-to-any-file:
- 'shared/data/icons.json'
- 'shared/data/icons-info.json'
- 'docs/pages/icons/**'
illustrations:
- changed-files:
- any-glob-to-any-file:
- 'shared/static/illustrations/**'
- 'shared/data/illustrations.json'
- 'docs/pages/illustrations/**'
dependencies:
- changed-files:
- any-glob-to-any-file:
- 'package.json'
- '**/package.json'
- 'pnpm-lock.yaml'