Skip to content

Commit 8ee6eb5

Browse files
authored
Add config rule for auto categorizing labels (opensearch-project#84)
1 parent 2308941 commit 8ee6eb5

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

.github/draft-release-notes-config.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,28 @@ replacers:
1616
categories:
1717
- title: 'Breaking Changes'
1818
labels:
19-
- 'Breaking Changes'
19+
- 'breaking'
20+
- title: 'Security'
21+
labels:
22+
- 'security fix'
2023
- title: 'Features'
2124
labels:
22-
- 'Features'
25+
- 'feature'
2326
- title: 'Enhancements'
2427
labels:
25-
- 'Enhancements'
28+
- 'enhancement'
2629
- title: 'Bug Fixes'
2730
labels:
28-
- 'Bug Fixes'
31+
- 'bug'
2932
- title: 'Infrastructure'
3033
labels:
31-
- 'Infrastructure'
34+
- 'infrastructure'
3235
- title: 'Documentation'
3336
labels:
34-
- 'Documentation'
37+
- 'documentation'
3538
- title: 'Maintenance'
3639
labels:
37-
- 'Maintenance'
40+
- 'maintenance'
3841
- title: 'Refactoring'
3942
labels:
40-
- 'Refactoring'
43+
- 'refactoring'

0 commit comments

Comments
 (0)