ab074c9b98
Alternative to https://github.com/go-gitea/gitea/pull/27439. Removes a few spammy labels, and disables `sync-labels` which make it never remove labels (which is default behaviour).
22 lines
384 B
YAML
22 lines
384 B
YAML
kind/docs:
|
|
- "**/*.md"
|
|
- "docs/**"
|
|
|
|
kind/ui:
|
|
- "web_src/**/*"
|
|
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
|
|
|
|
kind/build:
|
|
- "Makefile"
|
|
- "Dockerfile"
|
|
- "Dockerfile.rootless"
|
|
- "docker/**"
|
|
- "webpack.config.js"
|
|
|
|
kind/lint:
|
|
- ".eslintrc.yaml"
|
|
- ".golangci.yml"
|
|
- ".markdownlint.yaml"
|
|
- ".spectral.yaml"
|
|
- ".stylelintrc.yaml"
|
|
- ".yamllint.yaml"
|