From 2095f8b7afc53b3b0dbf71780682648b5528c3dc Mon Sep 17 00:00:00 2001 From: Robert Castley Date: Sun, 25 May 2025 23:33:28 +0100 Subject: [PATCH] Fixed typo to --- .github/autolabeler-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autolabeler-config.json b/.github/autolabeler-config.json index aa70022..068d559 100644 --- a/.github/autolabeler-config.json +++ b/.github/autolabeler-config.json @@ -64,7 +64,7 @@ "json": [ { "fileStatus": "modified", - "includeGlobs": ["frontend/publuc/json/**"], + "includeGlobs": ["frontend/public/json/**"], "excludeGlobs": [] } ],