mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-12 07:30:27 +00:00
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:
parent
211135b4bb
commit
1e86b7dad0
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user