Skip to content

Commit ac0cffe

Browse files
committed
chore: Update labeler
1 parent 7849a4f commit ac0cffe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ version-resolver:
4848
major:
4949
labels:
5050
- major
51+
- breaking
5152
minor:
5253
labels:
5354
- minor
@@ -71,8 +72,9 @@ autolabeler:
7172
- "/^ci: Workflow Bot.*Dependencies/i"
7273
- label: "chore"
7374
title:
74-
- "/chore/i"
75+
- "/^chore/i"
7576
- "/^ci[:](?! Workflow Bot)/i"
77+
- "/^ci[:(]?/i"
7678
- label: "documentation"
7779
files:
7880
- "/docs/**/*.md"

0 commit comments

Comments
 (0)