Files
jellyfin-vue/.github/labeler.yml
T
2026-04-07 18:58:12 +02:00

41 lines
812 B
YAML

tests:
- changed-files:
- any-glob-to-any-file:
- '**/*.spec.*'
ci:
- changed-files:
- any-glob-to-any-file:
- '.github/workflows/**/**'
- '.github/renovate.json'
- '.github/labeler.yml'
'frontend:store':
- changed-files:
- any-glob-to-any-file:
- 'packages/frontend/store/**/*.ts'
'frontend:plugins':
- changed-files:
- any-glob-to-any-file:
- 'packages/frontend/plugins/**/*.ts'
vue:
- changed-files:
- any-glob-to-any-file:
- '**/*.vue'
packaging:
- changed-files:
- any-glob-to-any-file:
- 'packaging/**/**'
ui:
- changed-files:
- any-glob-to-any-file:
- 'packages/frontend/components/**/*.vue'
- 'packages/frontend/layouts/**/*.vue'
- 'packages/frontend/pages/**/*.vue'
- 'packages/ui-toolkit/**/*.vue'
- 'packages/ui-toolkit/**/*.ts'