From 50a997a53ababb5354d79d9ef8f670a95c720204 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 12 Jan 2024 16:31:18 +0100 Subject: [PATCH] DEV: labeler GitHub action was broken after upgrade to v5 (#25243) Follow-up to 5140caf0e4837526926a27a367b0dd0471e058ad --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4a7c27c9d55..7ffa5cac0f1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,9 @@ chat: - - changed_files: + - changed-files: - any-glob-to-any-file: plugins/chat/**/* migrations-tooling: - - changed_files: + - changed-files: - any-glob-to-any-file: - migrations/**/* - script/bulk_import/**/*