Skip to content

Commit

Permalink
ci: fix labeler definition file
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Aug 11, 2024
1 parent 0cf1de9 commit 7e35c8e
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
tests:
- '**/*.spec.js'
- changed-files:
- any-glob-to-any-file:
- '**/*.spec.*'

github_actions:
- '.github/workflows/*'
ci:
- changed-files:
- any-glob-to-any-file:
- '.github/workflows/**/**'

pinia:
- 'frontend/store/**/*.ts'
'frontend:store':
- changed-files:
- any-glob-to-any-file:
- 'frontend/store/**/*.ts'

plugins:
- 'frontend/plugins/**/*.ts'
'frontend:plugins':
- changed-files:
- any-glob-to-any-file:
- 'frontend/plugins/**/*.ts'

vue:
- '**/*.vue'
- changed-files:
- any-glob-to-any-file:
- '**/*.vue'

docker:
- 'Dockerfile*'
packaging:
- changed-files:
- any-glob-to-any-file:
- 'packaging/**/**'

ui:
- any:
[
'frontend/components/**/*.vue',
'frontend/layouts/**/*.vue',
'frontend/pages/**/*.vue'
]
- changed-files:
- any-glob-to-any-file:
- 'frontend/components/**/*.vue'
- 'frontend/layouts/**/*.vue'
- 'frontend/pages/**/*.vue'

0 comments on commit 7e35c8e

Please sign in to comment.