Skip to content

Commit 1e86b7d

Browse files
authored
Add labeler config for topic/code-linting (#35020)
So that we don't have to manually set this label anymore.
1 parent 211135b commit 1e86b7d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,13 @@ docs-update-needed:
8181
- changed-files:
8282
- any-glob-to-any-file:
8383
- "custom/conf/app.example.ini"
84+
85+
topic/code-linting:
86+
- changed-files:
87+
- any-glob-to-any-file:
88+
- ".eslintrc.cjs"
89+
- ".golangci.yml"
90+
- ".markdownlint.yaml"
91+
- ".spectral.yaml"
92+
- ".yamllint.yaml"
93+
- "stylelint.config.js"

0 commit comments

Comments
 (0)