From 66b4670300133e1ba7703aed381e0c1a7a8de979 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 8 Feb 2024 08:04:21 -0700 Subject: [PATCH] fix(actions): correcting malformed labeler configs (#27048) --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 379311d8f..e75ef5504 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -128,21 +128,21 @@ "plugins": - changed-files: -- any-glob-to-any-file: + - any-glob-to-any-file: - 'superset-frontend/plugins/**' "packages": - changed-files: -- any-glob-to-any-file: + - any-glob-to-any-file: - 'superset-frontend/packages/**' "embedded": - changed-files: -- any-glob-to-any-file: + - any-glob-to-any-file: - 'superset-embedded-sdk/**' "github_actions": - changed-files: -- any-glob-to-any-file: + - any-glob-to-any-file: - '.github/actions/**' - '.github/workflows/**'