From c3872a40420c6d1f59dea5377cc1c4ef675347ec Mon Sep 17 00:00:00 2001 From: Vasilis Date: Sat, 4 May 2024 00:49:25 +0300 Subject: [PATCH] Design labeler all match rule (#218) I think this works????? --- .github/labeler.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cc485fc8d..d0b8f9671 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,14 +10,7 @@ "Scripts": - 'scripts/**' -# My goodness gracious. "Design": -- 'src/en/general-proposals/**' -- 'src/en/space-station-14/departments/atmos/proposals/**' -- 'src/en/space-station-14/departments/cargo-salvage/proposals/**' -- 'src/en/space-station-14/departments/command/proposals/**' -- 'src/en/space-station-14/departments/engineering/proposals/**' -- 'src/en/space-station-14/departments/medical/proposals/**' -- 'src/en/space-station-14/departments/science/proposals/**' -- 'src/en/space-station-14/departments/security/proposals/**' -- 'src/en/space-station-14/departments/service/proposals/**' +- changed-files: + - any-glob-to-any-file: '**/proposals/**' + - 'src/en/general-proposals/**'