From 2956664bd712266f7340659dc9fbb83e6f3f1923 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Wed, 20 Mar 2024 21:36:37 +0700 Subject: [PATCH] Update release drafter config --- .github/release_drafter.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/release_drafter.yaml b/.github/release_drafter.yaml index 367953554..5213352aa 100644 --- a/.github/release_drafter.yaml +++ b/.github/release_drafter.yaml @@ -7,13 +7,13 @@ template: | $CONTRIBUTORS exclude-labels: - - 'scope/infrastructure' + - 'scope/infra' - 'scope/QA' - 'scope/AQA' - 'type/dependencies' - 'type/chore' - 'type/documentation' - - 'type/refactoring' + - 'type/refactor' categories: - title: '🚩 Breaking Changes' @@ -36,9 +36,9 @@ categories: labels: - 'type/security' - - title: '⎈ Helm/K8S Changes' + - title: '⚠️Noteworthy changes' labels: - - 'scope/k8s' + - 'impact/changelog' change-template: '- $TITLE @$AUTHOR (#$NUMBER)'