From 57564b6b9af9f47ea876147a6b0613fde6dc7a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20M=C3=B6ller?= Date: Wed, 20 Nov 2024 14:20:37 +0100 Subject: [PATCH] chore: fixup labeler job config (#1114) #### What this PR does / why we need it this fixes up the labeler job config that I messed up in 1fb2f09fcfaaa0bfab9f54678bac414bcb0a8821 #### Which issue(s) this PR fixes --- .github/config/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/config/labeler.yml b/.github/config/labeler.yml index 27fd2a2f19..b5a17a5c4f 100644 --- a/.github/config/labeler.yml +++ b/.github/config/labeler.yml @@ -1,3 +1,4 @@ +# see https://github.com/actions/labeler?tab=readme-ov-file#match-object to configure correctly feature: - head-branch: 'feature/*' fix: @@ -11,4 +12,4 @@ dependencies: github-actions: - any: - changed-files: - - '.github/**' \ No newline at end of file + - any-glob-to-any-file: ['.github/**'] \ No newline at end of file