From b7ca3fc5afe2106cf0468574d3577615c732a074 Mon Sep 17 00:00:00 2001 From: Endkind Date: Sun, 15 Jun 2025 22:39:58 +0200 Subject: [PATCH] =?UTF-8?q?Vereinheitliche=20die=20Label-Struktur=20in=20d?= =?UTF-8?q?er=20Release-Drafter-Konfiguration=20und=20f=C3=BCge=20die=20M?= =?UTF-8?q?=C3=B6glichkeit=20f=C3=BCr=20manuelle=20Ausl=C3=B6sungen=20hinz?= =?UTF-8?q?u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-drafter.yml | 18 ++++++------------ .github/workflows/release-drafter.yml | 1 + 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index cf29ea7..65eb8ea 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,23 +2,17 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' - labels: - - 'feature' + label: 'feature' - title: '🐛 Bug Fixes' - labels: - - 'bug' + label: 'bug' - title: '🧰 Maintenance' - labels: - - 'maintenance' + label: 'maintenance' - title : '⚡ Performance' - labels: - - 'performance' + label: 'performance' - title: '✅ Tests' - labels: - - 'tests' + label: 'tests' - title: '📚 Documentation' - labels: - - 'documentation' + label: 'documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' no-changes-template: '- No changes' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index dd1f778..f07b888 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -14,6 +14,7 @@ on: # pull_request_target event is required for autolabeler to support PRs from forks # pull_request_target: # types: [opened, reopened, synchronize] + workflow_dispatch: # TESTING permissions: contents: read