summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-11-07 15:55:53 +0100
committerGitHub <noreply@github.com>2021-11-07 15:55:53 +0100
commit463a98f82e89a1557a8cc1b683bbe2e6d2276ade (patch)
tree92acf08f373b0577ee743a90187801541cf6de59 /.github
parentebe255d6c0aab6ebdb370aa3ad02ef4d7728b412 (diff)
fix(Labeler): file-cpp (#9025)
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index cb814c5fc3..d5987dac03 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -1,6 +1,8 @@
file-cpp:
- - ./*.cpp
- - ./*.h
+ - src/**/*.cpp
+ - src/**/*.h
+ - deps/**/*.cpp
+ - deps/**/*.h
DB:
- data/**/*.sql