From 4c67bdd26624539a4ba0026ce553ec4bcf18c49d Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Thu, 22 May 2025 12:03:28 +0300 Subject: [PATCH] Fix labeler labeling everything as Extensions-Other --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 901efca7a..1de270d55 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,6 +14,7 @@ Macros: - any-glob-to-any-file: ['macros/**/*'] Extensions-Other: +- all: - changed-files: - any-glob-to-any-file: 'extensions/**/*' - all-globs-to-all-files: '!extensions/core/**/*'