We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d121c74 commit 80f3819Copy full SHA for 80f3819
1 file changed
.github/release-drafter.yml
@@ -46,3 +46,32 @@ version-resolver:
46
template: |
47
## What's Changed
48
$CHANGES
49
+
50
+autolabeler:
51
+ - label: 'feat'
52
+ branch:
53
+ - '/^feat\/.+/'
54
+ title:
55
+ - '/^feat(\(.+\))?:/i'
56
+ - label: 'fix'
57
58
+ - '/^fix\/.+/'
59
60
+ - '/^fix(\(.+\))?:/i'
61
+ - label: 'docs'
62
63
+ - '/^docs?\/.+/'
64
65
+ - '/^docs?(\(.+\))?:/i'
66
+ - label: 'chore'
67
68
+ - '/^chore\/.+/'
69
+ - '/^ci\/.+/'
70
+ - '/^refactor\/.+/'
71
72
+ - '/^(chore|ci|refactor)(\(.+\))?:/i'
73
+ - label: 'perf'
74
75
+ - '/^perf\/.+/'
76
77
+ - '/^perf(\(.+\))?:/i'
0 commit comments