1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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

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"