diff options
author | silverwind <me@silverwind.io> | 2025-07-09 19:20:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-09 17:20:44 +0000 |
commit | 1e86b7dad0c248676049d4a6ecb5412d47b8f364 (patch) | |
tree | a44b9616db21f8361c366b0ffc9b70a389add182 | |
parent | 211135b4bb2aa97b344c37e9ffb10111c5962454 (diff) | |
download | gitea-1e86b7dad0c248676049d4a6ecb5412d47b8f364.tar.gz gitea-1e86b7dad0c248676049d4a6ecb5412d47b8f364.zip |
Add labeler config for `topic/code-linting` (#35020)
So that we don't have to manually set this label anymore.
-rw-r--r-- | .github/labeler.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 0af43cd029..4f795a8479 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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" |