Switch to new label style (#83)

Reviewed-on: https://gitea.com/gitea/changelog/pulls/83
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: delvh <dev.lh@web.de>
Co-authored-by: Denys Konovalov <denyskon@noreply.gitea.com>
Co-committed-by: Denys Konovalov <denyskon@noreply.gitea.com>
This commit is contained in:
Denys Konovalov 2023-11-14 02:08:19 +00:00 committed by John Olheiser
parent 769323fbd7
commit 91a081912c
1 changed files with 64 additions and 57 deletions

View File

@ -1,57 +1,64 @@
# The full repository name # The full repository name
repo: go-gitea/gitea repo: go-gitea/gitea
# Service type (gitea or github) # Service type (gitea or github)
service: github service: github
# Base URL for Gitea instance if using gitea service type (optional) # Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com # Default: https://gitea.com
base-url: base-url:
# Changelog groups and which labeled PRs to add to each group # Changelog groups and which labeled PRs to add to each group
groups: groups:
- -
name: BREAKING name: BREAKING
labels: labels:
- kind/breaking - pr/breaking
- -
name: FEATURES name: FEATURES
labels: labels:
- kind/feature - type/feature
- -
name: BUGFIXES name: API
labels: labels:
- kind/bug - modifies/api
- -
name: ENHANCEMENTS name: BUGFIXES
labels: labels:
- kind/enhancement - type/bug
- kind/refactor -
- kind/ui name: ENHANCEMENTS
- labels:
name: SECURITY - type/enhancement
labels: - type/refactoring
- kind/security - topic/ui
- - topic/ui-interaction
name: TESTING - performance/speed
labels: -
- kind/testing name: SECURITY
- labels:
name: TRANSLATION - topic/security
labels: -
- kind/translation name: TESTING
- labels:
name: BUILD - type/testing
labels: -
- kind/build name: TRANSLATION
- kind/lint labels:
- - modifies/translation
name: DOCS -
labels: name: BUILD
- kind/docs labels:
- - topic/build
name: MISC - topic/code-linting
default: true -
name: DOCS
# regex indicating which labels to skip for the changelog labels:
skip-labels: skip-changelog|backport\/.+ - type/docs
- modifies/docs
-
name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+|type\/dependency-update