Skip to content

Commit

Permalink
Update actions, documentation templates and configuration files to v0…
Browse files Browse the repository at this point in the history
….12.3
  • Loading branch information
github-actions[bot] authored May 11, 2022
1 parent 4f67e09 commit ab411c8
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 ab411c8

Please sign in to comment.