mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CI): make labeler work with UnitTests (#3735)
This commit is contained in:
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
@@ -2,12 +2,15 @@ DB:
|
|||||||
- data/**/*.sql
|
- data/**/*.sql
|
||||||
|
|
||||||
CORE:
|
CORE:
|
||||||
- any: ['src/**/*', '!src/server/scripts/*']
|
- any: ['src/**/*', '!src/server/scripts/*', '!src/tests/*']
|
||||||
|
|
||||||
Script:
|
Script:
|
||||||
- src/server/scripts/**/*.cpp
|
- src/server/scripts/**/*.cpp
|
||||||
- src/server/scripts/**/*.h
|
- src/server/scripts/**/*.h
|
||||||
|
|
||||||
|
UnitTests:
|
||||||
|
- src/test/**/*
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
- ./*.md
|
- ./*.md
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user