diff --git a/.github/release.yml b/.github/release.yml index 03483f9197..04038d22a9 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,41 +1,26 @@ changelog: categories: - - title: โš ๏ธ Breaking Changes + - title: ๐Ÿšจ Breaking Changes labels: - breaking-change - - title: ๐Ÿ—„๏ธ Server + - title: ๐Ÿ”’ Security labels: - - ๐Ÿ—„๏ธserver + - security - - title: ๐Ÿ“ฑ Mobile + - title: ๐Ÿš€ Features labels: - - ๐Ÿ“ฑmobile + - feature + - enhancement - - title: ๐Ÿ–ฅ๏ธ Web + - title: ๐Ÿ› Bug fixes labels: - - ๐Ÿ–ฅ๏ธweb + - bugfix - - title: ๐Ÿง  Machine Learning - labels: - - ๐Ÿง machine-learning - - - title: โšก CLI - labels: - - cli - - - title: ๐Ÿ““ Documentation + - title: ๐Ÿ“š Documentation labels: - documentation - - title: ๐Ÿ”จ Maintenance + - title: ๐ŸŒ Translations labels: - - deployment - - dependencies - - renovate - - maintenance - - tech-debt - - - title: Other changes - labels: - - "*" + - translation diff --git a/renovate.json b/renovate.json index c15aded006..6f5424023b 100644 --- a/renovate.json +++ b/renovate.json @@ -81,5 +81,5 @@ ], "ignorePaths": ["mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android"], "ignoreDeps": ["http", "intl"], - "labels": ["dependencies", "renovate"] + "labels": ["dependencies"] }