Add labeler config for topic/code-linting (#35020)

So that we don't have to manually set this label anymore.
This commit is contained in:
silverwind 2025-07-09 19:20:44 +02:00 committed by GitHub
parent 211135b4bb
commit 1e86b7dad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/labeler.yml vendored
View File

@ -81,3 +81,13 @@ docs-update-needed:
- changed-files:
- any-glob-to-any-file:
- "custom/conf/app.example.ini"
topic/code-linting:
- changed-files:
- any-glob-to-any-file:
- ".eslintrc.cjs"
- ".golangci.yml"
- ".markdownlint.yaml"
- ".spectral.yaml"
- ".yamllint.yaml"
- "stylelint.config.js"