From 8d8fb726f35743521360dba2fb5008af31d5031b Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 6 Dec 2023 16:02:15 +0100 Subject: [PATCH] fix broken labeler.yml config Commit ca66a90b87 was merged without fixing the config. Please read changelogs before merging renovate PRs, especially when it is a major version bump. Signed-off-by: Paul Holzinger --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4d00baca9d..34a436514a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,5 @@ # Add labels based on file paths in PR # https://github.com/actions/labeler kind/api-change: - - pkg/api/**/* + - changed-files: + - any-glob-to-any-file: pkg/api/**