From 1e86b7dad0c248676049d4a6ecb5412d47b8f364 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 9 Jul 2025 19:20:44 +0200 Subject: [PATCH] Add labeler config for `topic/code-linting` (#35020) So that we don't have to manually set this label anymore. --- .github/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"