fix(Labeler): file-cpp (#9025)

This commit is contained in:
Kitzunu 2021-11-07 15:55:53 +01:00 committed by GitHub
parent ebe255d6c0
commit 463a98f82e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.github/labeler.yml vendored
View file

@ -1,6 +1,8 @@
file-cpp: file-cpp:
- ./*.cpp - src/**/*.cpp
- ./*.h - src/**/*.h
- deps/**/*.cpp
- deps/**/*.h
DB: DB:
- data/**/*.sql - data/**/*.sql