From 5dcb33a960f14c3d53349a71e58f8be7c9f4c2f4 Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Sat, 15 Jun 2024 07:44:48 +0000 Subject: [PATCH] actions: Fix typo in actions/labeler labeler.yml (#6745) It's not "any-globs-to-all-files", but "any-glob-to-all-files" --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5ef0264783..aab2b7266d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,7 +14,7 @@ - all: - changed-files: - any-glob-to-any-file: ['patch/**/*','config/**/*'] - - any-globs-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*'] + - any-glob-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*'] "Framework": - all: