From 644de7f186ec35ba4e6c4bbf5c366e3785681850 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:46:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20in=20`.github/labeler.yml`?= =?UTF-8?q?=20(#1322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4d6ca67..ed657c2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,7 +6,7 @@ docs: - all-globs-to-all-files: - '!frontend/**' - '!backend/**' - - '!'.github/**' + - '!.github/**' - '!scripts/**' - '!.gitignore' - '!.pre-commit-config.yaml'