Skip to content

Commit

Permalink
fix(actions): correcting malformed labeler configs (#27048)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Feb 8, 2024
1 parent daaf657 commit 66b4670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'

0 comments on commit 66b4670

Please sign in to comment.