mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CI/labeler): fix some paths for proper labeling (#19016)
This commit is contained in:
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
@@ -15,8 +15,8 @@ CORE:
|
|||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'src/**/*'
|
- any-glob-to-any-file: 'src/**/*'
|
||||||
- all-globs-to-all-files:
|
- all-globs-to-all-files:
|
||||||
- '!src/server/scripts/*'
|
- '!src/server/scripts/**/*'
|
||||||
- '!src/tests/*'
|
- '!src/test/**/*'
|
||||||
|
|
||||||
Script:
|
Script:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
@@ -30,12 +30,12 @@ UnitTests:
|
|||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: './*.md'
|
- any-glob-to-any-file: '*.md'
|
||||||
|
|
||||||
Bash:
|
Bash:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- './*.sh'
|
- '*.sh'
|
||||||
- 'apps/**/*.sh'
|
- 'apps/**/*.sh'
|
||||||
- 'conf/**/*.sh'
|
- 'conf/**/*.sh'
|
||||||
- 'deps/**/*.sh'
|
- 'deps/**/*.sh'
|
||||||
@@ -43,7 +43,7 @@ Bash:
|
|||||||
|
|
||||||
CMake:
|
CMake:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: './*.cmake'
|
- any-glob-to-any-file: '*.cmake'
|
||||||
|
|
||||||
Workflow:
|
Workflow:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
|||||||
Reference in New Issue
Block a user