fix(actions): correcting malformed labeler configs (#27048)

This commit is contained in:
Evan Rusackas 2024-02-08 08:04:21 -07:00 committed by GitHub
parent daaf657d47
commit 66b4670300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

8
.github/labeler.yml vendored
View File

@ -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/**'