From d26420a3e0b0f016e6b702af229d55bcd745f322 Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 30 Oct 2024 20:55:06 +0100 Subject: [PATCH] Fix labeler having wrong regex for GUI label --- .github/labeler.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4dba6df27d..8b7c849d8f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,9 +11,10 @@ - changed-files: - any-glob-to-any-file: "**/*.md" "Area: GUI": -- changed-files: - - any-glob-to-any-file: "gui/**/*" - - all-globs-to-all-files: "!gui/public/i18n/**" +- all: + - changed-files: + - any-glob-to-any-file: "gui/**/*" + - all-globs-to-all-files: "!gui/public/i18n/**" "Area: Hardware Protocol": - changed-files: - any-glob-to-any-file: "server/core/src/main/java/dev/slimevr/tracking/trackers/udp/**"