fix(Labeler): file-cpp (#9025)
This commit is contained in:
parent
ebe255d6c0
commit
463a98f82e
1 changed files with 4 additions and 2 deletions
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
|
|
@ -1,6 +1,8 @@
|
||||||
file-cpp:
|
file-cpp:
|
||||||
- ./*.cpp
|
- src/**/*.cpp
|
||||||
- ./*.h
|
- src/**/*.h
|
||||||
|
- deps/**/*.cpp
|
||||||
|
- deps/**/*.h
|
||||||
|
|
||||||
DB:
|
DB:
|
||||||
- data/**/*.sql
|
- data/**/*.sql
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue