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

View file

@ -13,45 +13,52 @@ groups:
- -
name: BREAKING name: BREAKING
labels: labels:
- kind/breaking - pr/breaking
- -
name: FEATURES name: FEATURES
labels: labels:
- kind/feature - type/feature
-
name: API
labels:
- modifies/api
- -
name: BUGFIXES name: BUGFIXES
labels: labels:
- kind/bug - type/bug
- -
name: ENHANCEMENTS name: ENHANCEMENTS
labels: labels:
- kind/enhancement - type/enhancement
- kind/refactor - type/refactoring
- kind/ui - topic/ui
- topic/ui-interaction
- performance/speed
- -
name: SECURITY name: SECURITY
labels: labels:
- kind/security - topic/security
- -
name: TESTING name: TESTING
labels: labels:
- kind/testing - type/testing
- -
name: TRANSLATION name: TRANSLATION
labels: labels:
- kind/translation - modifies/translation
- -
name: BUILD name: BUILD
labels: labels:
- kind/build - topic/build
- kind/lint - topic/code-linting
- -
name: DOCS name: DOCS
labels: labels:
- kind/docs - type/docs
- modifies/docs
- -
name: MISC name: MISC
default: true default: true
# regex indicating which labels to skip for the changelog # regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+ skip-labels: skip-changelog|backport\/.+|type\/dependency-update