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

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