Skip to content

Commit 568b3a0

Browse files
authored
Update labeler.yml
1 parent 045b443 commit 568b3a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ appendOnly: true
33
labels:
44
- label: 'chore'
55
type: 'pull_request'
6-
title: '^chore:.*'
6+
title: '^chore[:(].*'
77
- label: '🐞 bug'
88
type: 'pull_request'
9-
title: '^fix:.*'
9+
title: '^fix[:(].*'
1010
- label: '✨ enhancement'
1111
type: 'pull_request'
12-
title: '^feat:.*'
12+
title: '^feat[:(].*'
1313
- label: '📖 docs'
1414
type: 'pull_request'
15-
title: '^docs:.*'
15+
title: '^docs[:(].*'

0 commit comments

Comments
 (0)