Skip to content

Commit 8f672ce

Browse files
authored
Fix labeler config for stylelint (#36199)
Followup to rename in b8f1c9f#diff-cb3b3f608024ee0bd45ea10b08ca6d3fcf40523a3d40182a438937231d8b8072.
1 parent e06040e commit 8f672ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ modifies/internal:
4646
- ".gitpod.yml"
4747
- ".markdownlint.yaml"
4848
- ".spectral.yaml"
49-
- "stylelint.config.js"
49+
- "stylelint.config.ts"
5050
- ".yamllint.yaml"
5151
- ".github/**"
5252
- ".gitea/**"
@@ -89,4 +89,4 @@ topic/code-linting:
8989
- ".markdownlint.yaml"
9090
- ".spectral.yaml"
9191
- ".yamllint.yaml"
92-
- "stylelint.config.js"
92+
- "stylelint.config.ts"

0 commit comments

Comments
 (0)