You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/08 15:04:29 UTC

(superset) branch master updated: fix(actions): correcting malformed labeler configs (#27048)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 66b4670300 fix(actions): correcting malformed labeler configs (#27048)
66b4670300 is described below

commit 66b4670300133e1ba7703aed381e0c1a7a8de979
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Feb 8 08:04:21 2024 -0700

    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 379311d8fa..e75ef5504d 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/**'