Skip to content

Commit

Permalink
Update files from .github to v0.12.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cb372 authored and actions-user committed May 11, 2022
1 parent 6476205 commit 5b85da6
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,36 @@ template: |
## Contributors to this release
$CONTRIBUTORS
$CONTRIBUTORS
autolabeler:
- label: "enhancement"
branch:
- '/enhancement\/.+/'
- '/feature\/.+/'
- label: "documentation"
files:
- "*.md"
branch:
- '/docs\/.+/'
- '/doc\/.+/'
- label: "breaking-change"
branch:
- '/breaking\/.+/'
- '/break\/.+/'
- label: "bug"
branch:
- '/bug\/.+/'
- '/fix\/.+/'
- label: "tests"
branch:
- '/test\/.+/'
- '/tests\/.+/'
- label: "dependency-update"
branch:
- '/dep\/.+/'
- '/dependency\/.+/'
- '/dependency-update\/.+/'
- label: "scala-steward"
branch:
- '/update\/.+/'

0 comments on commit 5b85da6

Please sign in to comment.