Skip to content

Commit b6bb6b6

Browse files
rusackassfirke
authored andcommitted
fix(actions): correcting malformed labeler configs (apache#27048)
1 parent 212658d commit b6bb6b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,21 @@
128128

129129
"plugins":
130130
- changed-files:
131-
- any-glob-to-any-file:
131+
- any-glob-to-any-file:
132132
- 'superset-frontend/plugins/**'
133133

134134
"packages":
135135
- changed-files:
136-
- any-glob-to-any-file:
136+
- any-glob-to-any-file:
137137
- 'superset-frontend/packages/**'
138138

139139
"embedded":
140140
- changed-files:
141-
- any-glob-to-any-file:
141+
- any-glob-to-any-file:
142142
- 'superset-embedded-sdk/**'
143143

144144
"github_actions":
145145
- changed-files:
146-
- any-glob-to-any-file:
146+
- any-glob-to-any-file:
147147
- '.github/actions/**'
148148
- '.github/workflows/**'

0 commit comments

Comments
 (0)