chore(Labeler): Workaround for CORE label (#3649)
This commit is contained in:
parent
e27201cee2
commit
01c830ed46
1 changed files with 2 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue