mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-03 05:15:40 +00:00
When generating release notes for v1.26, many pull requests haven't been given correct labels so that I have to do many manual work. I think this could be avoid to remove these useless modify labels.
15 lines
364 B
YAML
15 lines
364 B
YAML
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:
|
|
- ".golangci.yml"
|
|
- ".markdownlint.yaml"
|
|
- ".spectral.yaml"
|
|
- ".yamllint.yaml"
|
|
- "eslint*.config.*"
|
|
- "stylelint.config.*"
|