mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
chore(Labeler): Workaround for CORE label (#3649)
This commit is contained in:
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
@@ -2,7 +2,8 @@ DB:
|
||||
- data/**/*.sql
|
||||
|
||||
CORE:
|
||||
- any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*']
|
||||
- any: ['src/**/*.cpp', 'src/**/*.h']
|
||||
- all: ['!src/server/scripts/*']
|
||||
|
||||
Script:
|
||||
- src/server/scripts/**/*.cpp
|
||||
|
||||
Reference in New Issue
Block a user