From 358e463ead04da82cd73c3c48c86c9c2a5594526 Mon Sep 17 00:00:00 2001 From: beefchimi Date: Thu, 23 Nov 2023 14:29:14 -0500 Subject: [PATCH] :bug: [Labeler] Fix comma typo --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 84c87c6..280a73e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,7 +14,7 @@ - .gitignore - .nvmrc - .prettierrc - - config/**, + - config/** - package.json - tsconfig.json - vite.config.ts