Add some more labels to labeler (#26987)

- Add more automatic labels
- Consistently use `**` glob for recursive directory globs.

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
silverwind 2023-09-10 21:54:20 +02:00 committed by GitHub
parent e7745c94f8
commit 3442ea62cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

11
.github/labeler.yml vendored
View File

@ -1,13 +1,14 @@
kind/docs:
- "**/*.md"
- "docs/**/*"
- "docs/**"
kind/ui:
- "web_src/**/*"
- all: ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
kind/api:
- "templates/swagger/v1_json.tmpl"
- "routers/api/**"
kind/build:
- "Makefile"
@ -16,6 +17,12 @@ kind/build:
- "docker/**"
- "webpack.config.js"
theme/package-registry:
- "modules/packages/**"
kind/cli:
- "cmd/**"
kind/lint:
- ".eslintrc.yaml"
- ".golangci.yml"