mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CI): fix labeler (#18990)
* fix(CI): I think this fixes the labeler :D * Update labeler.yml * Update pr_labeler.yml * Update labeler.yml * test complete - this should work after merge * Update labeler.yml
This commit is contained in:
31
.github/labeler.yml
vendored
31
.github/labeler.yml
vendored
@@ -1,26 +1,40 @@
|
|||||||
file-cpp:
|
file-cpp:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/**/*.cpp
|
- src/**/*.cpp
|
||||||
- src/**/*.h
|
- src/**/*.h
|
||||||
- deps/**/*.cpp
|
- deps/**/*.cpp
|
||||||
- deps/**/*.h
|
- deps/**/*.h
|
||||||
|
|
||||||
DB:
|
DB:
|
||||||
- data/**/*.sql
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: data/**/*.sql
|
||||||
|
|
||||||
CORE:
|
CORE:
|
||||||
- any: ['src/**/*', '!src/server/scripts/*', '!src/tests/*']
|
- all:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'src/**/*'
|
||||||
|
- all-globs-to-all-files:
|
||||||
|
- '!src/server/scripts/*'
|
||||||
|
- '!src/tests/*'
|
||||||
|
|
||||||
Script:
|
Script:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- src/server/scripts/**/*.cpp
|
- src/server/scripts/**/*.cpp
|
||||||
- src/server/scripts/**/*.h
|
- src/server/scripts/**/*.h
|
||||||
|
|
||||||
UnitTests:
|
UnitTests:
|
||||||
- src/test/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: src/test/**/*
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
- ./*.md
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ./*.md
|
||||||
|
|
||||||
Bash:
|
Bash:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- ./*.sh
|
- ./*.sh
|
||||||
- apps/**/*.sh
|
- apps/**/*.sh
|
||||||
- conf/**/*.sh
|
- conf/**/*.sh
|
||||||
@@ -28,10 +42,13 @@ Bash:
|
|||||||
- modules/**/*.sh
|
- modules/**/*.sh
|
||||||
|
|
||||||
CMake:
|
CMake:
|
||||||
- ./*.cmake
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: ./*.cmake
|
||||||
|
|
||||||
Workflow:
|
Workflow:
|
||||||
- .github/workflows/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: .github/workflows/*
|
||||||
|
|
||||||
Batch:
|
Batch:
|
||||||
- apps/**/*.bat
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: apps/**/*.bat
|
||||||
|
|||||||
Reference in New Issue
Block a user