Skip to content

Commit 9621bf6

Browse files
authored
Merge pull request #8 from EnderModuBot/bug/7-release-draft-wird-nicht-grupiert-end
Vereinheitliche die Label-Struktur in der Release-Drafter-Konfigurati…
2 parents d9f22be + b7ca3fc commit 9621bf6

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

.github/release-drafter.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,17 @@ name-template: 'v$RESOLVED_VERSION'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: '🚀 Features'
5-
labels:
6-
- 'feature'
5+
label: 'feature'
76
- title: '🐛 Bug Fixes'
8-
labels:
9-
- 'bug'
7+
label: 'bug'
108
- title: '🧰 Maintenance'
11-
labels:
12-
- 'maintenance'
9+
label: 'maintenance'
1310
- title : '⚡ Performance'
14-
labels:
15-
- 'performance'
11+
label: 'performance'
1612
- title: '✅ Tests'
17-
labels:
18-
- 'tests'
13+
label: 'tests'
1914
- title: '📚 Documentation'
20-
labels:
21-
- 'documentation'
15+
label: 'documentation'
2216

2317
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2418
no-changes-template: '- No changes'

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# pull_request_target event is required for autolabeler to support PRs from forks
1515
# pull_request_target:
1616
# types: [opened, reopened, synchronize]
17+
workflow_dispatch: # TESTING
1718

1819
permissions:
1920
contents: read

0 commit comments

Comments
 (0)