aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/labeler.yml10
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"