From 6bc703e2352b8a85880a26a2ceba57e40cb8fcb4 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 20 Nov 2023 12:41:13 +0100 Subject: [PATCH] Fixed glob for Admin-X projects refs https://github.com/TryGhost/Ghost/commit/c6954975980b36bd41a85ea8cf67b768d04be325 - the previous glob didn't match correctly --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cd1888e7af..24ee86e6e3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,6 +2,6 @@ - 'ghost/i18n/**' 'affects:admin': - 'ghost/admin/**' - - 'apps/admin-x-**' + - 'apps/admin-x-*/**' 'affects:portal': - 'apps/portal/**'