jellyfin-vue/.github/labeler.yml
Fernando Fernández 131a2c3866
ci: major refactors (#2423)
* Migrate CF Pages to CF Wrangler action (based on https://github.com/jellyfin/jellyfin-web/pull/5894)
* Create event-based workflows, all the specific actions are now reusable workflows.
* Fix labeler definition file

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-08-11 13:13:21 +02:00

37 lines
636 B
YAML

tests:
- changed-files:
- any-glob-to-any-file:
- '**/*.spec.*'
ci:
- changed-files:
- any-glob-to-any-file:
- '.github/workflows/**/**'
'frontend:store':
- changed-files:
- any-glob-to-any-file:
- 'frontend/store/**/*.ts'
'frontend:plugins':
- changed-files:
- any-glob-to-any-file:
- '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:
- 'frontend/components/**/*.vue'
- 'frontend/layouts/**/*.vue'
- 'frontend/pages/**/*.vue'