We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486f9b9 commit f0a852aCopy full SHA for f0a852a
.github/release-drafter.yml
@@ -39,3 +39,18 @@ template: |
39
## This release was made possible by the following contributors:
40
41
$CONTRIBUTORS
42
+
43
+autolabeler:
44
+ - label: 'documentation'
45
+ title:
46
+ - '/docs.+/i'
47
+ - label: 'bug'
48
49
+ - '/fix/i'
50
+ - label: 'feature'
51
52
+ - '/feat.+/i'
53
+ - '/refactor.+/i'
54
+ - label: 'internal'
55
56
+ - '/chore.+/i'
0 commit comments