From 216215c34f60e1387a2e27fb8b4e616cdbc3490f Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 8 Feb 2024 00:08:35 -0700 Subject: [PATCH 1/2] fix(actions): correcting malformed labeler configs --- .github/labeler.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 379311d8fabd9..3fdd6556a6895 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -128,21 +128,21 @@ "plugins": - changed-files: -- any-glob-to-any-file: - - 'superset-frontend/plugins/**' + - any-glob-to-any-file: + - 'superset-frontend/plugins/**' "packages": - changed-files: -- any-glob-to-any-file: - - 'superset-frontend/packages/**' + - any-glob-to-any-file: + - 'superset-frontend/packages/**' "embedded": - changed-files: -- any-glob-to-any-file: - - 'superset-embedded-sdk/**' + - any-glob-to-any-file: + - 'superset-embedded-sdk/**' "github_actions": - changed-files: -- any-glob-to-any-file: - - '.github/actions/**' - - '.github/workflows/**' + - any-glob-to-any-file: + - '.github/actions/**' + - '.github/workflows/**' From 50e5342d41e75da1a55a5f5363a3bed209e95188 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 8 Feb 2024 00:09:53 -0700 Subject: [PATCH 2/2] even more touchup! --- .github/labeler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3fdd6556a6895..e75ef5504d4db 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -129,20 +129,20 @@ "plugins": - changed-files: - any-glob-to-any-file: - - 'superset-frontend/plugins/**' + - 'superset-frontend/plugins/**' "packages": - changed-files: - any-glob-to-any-file: - - 'superset-frontend/packages/**' + - 'superset-frontend/packages/**' "embedded": - changed-files: - any-glob-to-any-file: - - 'superset-embedded-sdk/**' + - 'superset-embedded-sdk/**' "github_actions": - changed-files: - any-glob-to-any-file: - - '.github/actions/**' - - '.github/workflows/**' + - '.github/actions/**' + - '.github/workflows/**'