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:
53
.github/labeler.yml
vendored
53
.github/labeler.yml
vendored
@@ -1,37 +1,54 @@
|
||||
file-cpp:
|
||||
- src/**/*.cpp
|
||||
- src/**/*.h
|
||||
- deps/**/*.cpp
|
||||
- deps/**/*.h
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- src/**/*.cpp
|
||||
- src/**/*.h
|
||||
- deps/**/*.cpp
|
||||
- deps/**/*.h
|
||||
|
||||
DB:
|
||||
- data/**/*.sql
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: data/**/*.sql
|
||||
|
||||
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:
|
||||
- src/server/scripts/**/*.cpp
|
||||
- src/server/scripts/**/*.h
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- src/server/scripts/**/*.cpp
|
||||
- src/server/scripts/**/*.h
|
||||
|
||||
UnitTests:
|
||||
- src/test/**/*
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: src/test/**/*
|
||||
|
||||
Documentation:
|
||||
- ./*.md
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ./*.md
|
||||
|
||||
Bash:
|
||||
- ./*.sh
|
||||
- apps/**/*.sh
|
||||
- conf/**/*.sh
|
||||
- deps/**/*.sh
|
||||
- modules/**/*.sh
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- ./*.sh
|
||||
- apps/**/*.sh
|
||||
- conf/**/*.sh
|
||||
- deps/**/*.sh
|
||||
- modules/**/*.sh
|
||||
|
||||
CMake:
|
||||
- ./*.cmake
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: ./*.cmake
|
||||
|
||||
Workflow:
|
||||
- .github/workflows/*
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: .github/workflows/*
|
||||
|
||||
Batch:
|
||||
- apps/**/*.bat
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: apps/**/*.bat
|
||||
|
||||
Reference in New Issue
Block a user