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

So that we don't have to manually set this label anymore.
pull/35017/head^2
silverwind 2025-07-09 19:20:44 +07:00 committed by GitHub
parent 211135b4bb
commit 1e86b7dad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

@ -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"