Skip to content

Commit 13e3156

Browse files
authored
Label name for maintenance should be maintenance (#3062)
1 parent f66cacd commit 13e3156

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/release-drafter-config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name-template: '$NEXT_MAJOR_VERSION'
22
tag-template: 'v$NEXT_MAJOR_VERSION'
33
autolabeler:
4-
- label: 'chore'
4+
- label: 'maintenance'
55
files:
66
- '*.md'
77
- '.github/*'
88
- label: 'bug'
99
branch:
1010
- '/bug-.+'
11-
- label: 'chore'
11+
- label: 'maintenance'
1212
branch:
13-
- '/chore-.+'
13+
- '/maintenance-.+'
1414
- label: 'feature'
1515
branch:
1616
- '/feature-.+'
@@ -29,7 +29,7 @@ categories:
2929
- 'bug'
3030
- 'BUG'
3131
- title: '🧰 Maintenance'
32-
label: 'chore'
32+
label: 'maintenance'
3333
change-template: '- $TITLE (#$NUMBER)'
3434
exclude-labels:
3535
- 'skip-changelog'

0 commit comments

Comments
 (0)