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 07:08:44 UTC

(superset) branch labeler-config-touchup updated: fix(actions): correcting malformed labeler configs

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

rusackas pushed a commit to branch labeler-config-touchup
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/labeler-config-touchup by this push:
     new 216215c34f fix(actions): correcting malformed labeler configs
216215c34f is described below

commit 216215c34f60e1387a2e27fb8b4e616cdbc3490f
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Thu Feb 8 00:08:35 2024 -0700

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