From d4651c852a266dd2d592b7d42e4d299e0cf8f890 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:04:29 +0200 Subject: [PATCH] fix(Actions): Labeler (#3591) --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 161c955de..313fad6da 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/*']