Skip to content

Commit

Permalink
Fix release drafter autolabeler
Browse files Browse the repository at this point in the history
Adds a new entry in the autolabel configuration to set the label
`area/dependencies` when the PR title starts with `build(deps)`

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jan 18, 2023
1 parent fa68905 commit 63bfe43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ autolabeler:
title: 'fix'
- label: 'kind/chore'
title: 'chore'
- label: 'area/dependencies'
title: 'build(deps)'

version-resolver:
major:
Expand Down

0 comments on commit 63bfe43

Please sign in to comment.