From a1833918b0ff6972c4f2f159f64f198556d95195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Fri, 10 May 2024 08:04:51 +0000 Subject: [PATCH] gha: labeler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix the config Signed-off-by: Robert Gałat --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6367e6c358..673e510ea1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -48,4 +48,4 @@ - all: - changed-files: - any-glob-to-any-file: '**/*' - - any-globs-to-all-files: ['!doc/**/*', '!doc/*', '!**/*.rst', '!tools/**/*', '!tools/*', '!lib/**/*', '!lib/*', '!west.yml', "!.devcontainer/*", "!scripts/*", "!scripts/**/*", "!tests/**/*", "!.github/*", "!.github/**/*"] + - any-glob-to-all-files: ['!doc/**/*', '!doc/*', '!**/*.rst', '!tools/**/*', '!tools/*', '!lib/**/*', '!lib/*', '!west.yml', "!.devcontainer/*", "!scripts/*", "!scripts/**/*", "!tests/**/*", "!.github/*", "!.github/**/*"]