mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(CI/labeler): fix some paths for proper labeling (#19016)
This commit is contained in:
parent
744067b389
commit
988fd98e19
1 changed files with 5 additions and 5 deletions
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
|
|
@ -15,8 +15,8 @@ CORE:
|
|||
- changed-files:
|
||||
- any-glob-to-any-file: 'src/**/*'
|
||||
- all-globs-to-all-files:
|
||||
- '!src/server/scripts/*'
|
||||
- '!src/tests/*'
|
||||
- '!src/server/scripts/**/*'
|
||||
- '!src/test/**/*'
|
||||
|
||||
Script:
|
||||
- changed-files:
|
||||
|
|
@ -30,12 +30,12 @@ UnitTests:
|
|||
|
||||
Documentation:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: './*.md'
|
||||
- any-glob-to-any-file: '*.md'
|
||||
|
||||
Bash:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- './*.sh'
|
||||
- '*.sh'
|
||||
- 'apps/**/*.sh'
|
||||
- 'conf/**/*.sh'
|
||||
- 'deps/**/*.sh'
|
||||
|
|
@ -43,7 +43,7 @@ Bash:
|
|||
|
||||
CMake:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: './*.cmake'
|
||||
- any-glob-to-any-file: '*.cmake'
|
||||
|
||||
Workflow:
|
||||
- changed-files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue