Skip to content

Commit 80f3819

Browse files
committed
fix(ci): add autolabeler config section required by release-drafter v7
1 parent d121c74 commit 80f3819

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,32 @@ version-resolver:
4646
template: |
4747
## What's Changed
4848
$CHANGES
49+
50+
autolabeler:
51+
- label: 'feat'
52+
branch:
53+
- '/^feat\/.+/'
54+
title:
55+
- '/^feat(\(.+\))?:/i'
56+
- label: 'fix'
57+
branch:
58+
- '/^fix\/.+/'
59+
title:
60+
- '/^fix(\(.+\))?:/i'
61+
- label: 'docs'
62+
branch:
63+
- '/^docs?\/.+/'
64+
title:
65+
- '/^docs?(\(.+\))?:/i'
66+
- label: 'chore'
67+
branch:
68+
- '/^chore\/.+/'
69+
- '/^ci\/.+/'
70+
- '/^refactor\/.+/'
71+
title:
72+
- '/^(chore|ci|refactor)(\(.+\))?:/i'
73+
- label: 'perf'
74+
branch:
75+
- '/^perf\/.+/'
76+
title:
77+
- '/^perf(\(.+\))?:/i'

0 commit comments

Comments
 (0)