mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
* 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
55 lines
1000 B
YAML
55 lines
1000 B
YAML
file-cpp:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- src/**/*.cpp
|
|
- src/**/*.h
|
|
- deps/**/*.cpp
|
|
- deps/**/*.h
|
|
|
|
DB:
|
|
- changed-files:
|
|
- 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/tests/*'
|
|
|
|
Script:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- src/server/scripts/**/*.cpp
|
|
- src/server/scripts/**/*.h
|
|
|
|
UnitTests:
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/test/**/*
|
|
|
|
Documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ./*.md
|
|
|
|
Bash:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- ./*.sh
|
|
- apps/**/*.sh
|
|
- conf/**/*.sh
|
|
- deps/**/*.sh
|
|
- modules/**/*.sh
|
|
|
|
CMake:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ./*.cmake
|
|
|
|
Workflow:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/workflows/*
|
|
|
|
Batch:
|
|
- changed-files:
|
|
- any-glob-to-any-file: apps/**/*.bat
|