jellyfin-vue/.github/labeler.yml

21 lines
252 B
YAML

tests:
- "**/*.spec.js"
github_actions:
- ".github/workflows/*"
vuex:
- "store/**/*.ts"
plugins:
- "plugins/**/*.ts"
vue:
- "**/*.vue"
docker:
- "Dockerfile*"
ui:
- any: ["components/**/*.vue", "layouts/**/*.vue", "pages/**/*.vue"]