Skip to content

Commit

Permalink
chore: Add label for dependencies in release drafter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze committed Jul 24, 2024
1 parent 8531436 commit 1237e89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version-resolver:
template: |
## Changes
$CHANGES
autolabeler:
- label: feature
branch:
Expand All @@ -59,3 +59,7 @@ autolabeler:
- label: enhancement
branch:
- '/(enhancement|improve)[/-].+/'
- label: dependencies
branch:
- '/^dep(s)?[/-].+/'
- '/^dependency[/-].+/'

0 comments on commit 1237e89

Please sign in to comment.