diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-10-20 13:04:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 13:04:29 +0200 |
commit | d4651c852a266dd2d592b7d42e4d299e0cf8f890 (patch) | |
tree | 78efc09fad214c719d49635bd0fc46e9c3dca5e9 /.github | |
parent | e6e44b0e2f753cb1dcc56addd245303b85ad3632 (diff) |
fix(Actions): Labeler (#3591)
Diffstat (limited to '.github')
-rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 161c955de1..313fad6dab 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,5 @@ DB: - - src/**/*.sql + - data/**/*.sql CORE: - any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*'] |