Skip to content

Commit 63bfe43

Browse files
committed
Fix release drafter autolabeler
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 <jguilhermevanz@suse.com>
1 parent fa68905 commit 63bfe43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ autolabeler:
4040
title: 'fix'
4141
- label: 'kind/chore'
4242
title: 'chore'
43+
- label: 'area/dependencies'
44+
title: 'build(deps)'
4345

4446
version-resolver:
4547
major:

0 commit comments

Comments
 (0)