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 1d56c46 commit 671495eCopy full SHA for 671495e
.github/release-drafter.yml
@@ -28,4 +28,36 @@ template: |
28
29
## Contributors to this release
30
31
- $CONTRIBUTORS
+ $CONTRIBUTORS
32
+
33
+autolabeler:
34
+ - label: "enhancement"
35
+ branch:
36
+ - '/enhancement\/.+/'
37
+ - '/feature\/.+/'
38
+ - label: "documentation"
39
+ files:
40
+ - "*.md"
41
42
+ - '/docs\/.+/'
43
+ - '/doc\/.+/'
44
+ - label: "breaking-change"
45
46
+ - '/breaking\/.+/'
47
+ - '/break\/.+/'
48
+ - label: "bug"
49
50
+ - '/bug\/.+/'
51
+ - '/fix\/.+/'
52
+ - label: "tests"
53
54
+ - '/test\/.+/'
55
+ - '/tests\/.+/'
56
+ - label: "dependency-update"
57
58
+ - '/dep\/.+/'
59
+ - '/dependency\/.+/'
60
+ - '/dependency-update\/.+/'
61
+ - label: "scala-steward"
62
63
+ - '/update\/.+/'
0 commit comments