fix(CI): make labeler work with UnitTests (#3735)
This commit is contained in:
parent
5a8b60361a
commit
42abbc9e4a
1 changed files with 4 additions and 1 deletions
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
|
|
@ -2,12 +2,15 @@ DB:
|
|||
- data/**/*.sql
|
||||
|
||||
CORE:
|
||||
- any: ['src/**/*', '!src/server/scripts/*']
|
||||
- any: ['src/**/*', '!src/server/scripts/*', '!src/tests/*']
|
||||
|
||||
Script:
|
||||
- src/server/scripts/**/*.cpp
|
||||
- src/server/scripts/**/*.h
|
||||
|
||||
UnitTests:
|
||||
- src/test/**/*
|
||||
|
||||
Documentation:
|
||||
- ./*.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue