Skip to content

Commit f0a852a

Browse files
committed
chore: enable autolabel based on PR title
1 parent 486f9b9 commit f0a852a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/release-drafter.yml

+15
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,18 @@ template: |
3939
## This release was made possible by the following contributors:
4040
4141
$CONTRIBUTORS
42+
43+
autolabeler:
44+
- label: 'documentation'
45+
title:
46+
- '/docs.+/i'
47+
- label: 'bug'
48+
title:
49+
- '/fix/i'
50+
- label: 'feature'
51+
title:
52+
- '/feat.+/i'
53+
- '/refactor.+/i'
54+
- label: 'internal'
55+
title:
56+
- '/chore.+/i'

0 commit comments

Comments
 (0)