Skip to content

Commit 671495e

Browse files
Update actions, documentation templates and configuration files to v0.12.4
1 parent 1d56c46 commit 671495e

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

.github/release-drafter.yml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,36 @@ template: |
2828
2929
## Contributors to this release
3030
31-
$CONTRIBUTORS
31+
$CONTRIBUTORS
32+
33+
autolabeler:
34+
- label: "enhancement"
35+
branch:
36+
- '/enhancement\/.+/'
37+
- '/feature\/.+/'
38+
- label: "documentation"
39+
files:
40+
- "*.md"
41+
branch:
42+
- '/docs\/.+/'
43+
- '/doc\/.+/'
44+
- label: "breaking-change"
45+
branch:
46+
- '/breaking\/.+/'
47+
- '/break\/.+/'
48+
- label: "bug"
49+
branch:
50+
- '/bug\/.+/'
51+
- '/fix\/.+/'
52+
- label: "tests"
53+
branch:
54+
- '/test\/.+/'
55+
- '/tests\/.+/'
56+
- label: "dependency-update"
57+
branch:
58+
- '/dep\/.+/'
59+
- '/dependency\/.+/'
60+
- '/dependency-update\/.+/'
61+
- label: "scala-steward"
62+
branch:
63+
- '/update\/.+/'

0 commit comments

Comments
 (0)