mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(CI/labeler): update Core, Documentation, Cmake labelling (#19022)
fix(CI/labeler: update Core, Documentation, Cmake labelling
This commit is contained in:
parent
c1816c73da
commit
da8d42c72c
1 changed files with 13 additions and 8 deletions
21
.github/labeler.yml
vendored
21
.github/labeler.yml
vendored
|
|
@ -11,12 +11,17 @@ DB:
|
|||
- any-glob-to-any-file: 'data/**/*.sql'
|
||||
|
||||
CORE:
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'src/**/*'
|
||||
- all-globs-to-all-files:
|
||||
- '!src/server/scripts/**/*'
|
||||
- '!src/test/**/*'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'src/*'
|
||||
- 'src/common/**/*'
|
||||
- 'src/genrev/**/*'
|
||||
- 'src/server/*'
|
||||
- 'src/server/apps/**/*'
|
||||
- 'src/server/database/**/*'
|
||||
- 'src/server/game/**/*'
|
||||
- 'src/server/shared/**/*'
|
||||
- 'src/tools/**/*'
|
||||
|
||||
Script:
|
||||
- changed-files:
|
||||
|
|
@ -30,7 +35,7 @@ UnitTests:
|
|||
|
||||
Documentation:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: '*.md'
|
||||
- any-glob-to-any-file: '**/*.md'
|
||||
|
||||
Bash:
|
||||
- changed-files:
|
||||
|
|
@ -43,7 +48,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