switch to new variable style

This commit is contained in:
Denys Konovalov 2023-11-12 21:17:32 +01:00
parent 769323fbd7
commit 7ff1be423c
No known key found for this signature in database
GPG Key ID: 0037E1B0E33BD2C9
1 changed files with 13 additions and 12 deletions

View File

@ -13,42 +13,43 @@ groups:
-
name: BREAKING
labels:
- kind/breaking
- pr/breaking
-
name: FEATURES
labels:
- kind/feature
- type/feature
-
name: BUGFIXES
labels:
- kind/bug
- type/bug
-
name: ENHANCEMENTS
labels:
- kind/enhancement
- kind/refactor
- kind/ui
- type/enhancement
- type/refactor
- topic/ui
-
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