From f137802a6f61d8139c57490dffa0861f8fe43936 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:32:42 +0000 Subject: [PATCH] chore: fix typo in labeler configuration file --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0c80a75..aeb0a44 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,7 +8,7 @@ templates: # Workflows label for changes to GitHub workflow files (excluding changes that only change workflows prefixed with _) workflows: - changed-files: - - all-globs-to-any-files: + - all-globs-to-any-file: - ".github/workflows/*.yml" - "!.github/workflows/_*.yml"