From 63bfe43824dc7303eebbade049c75e9cdd647132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 18 Jan 2023 09:56:39 -0300 Subject: [PATCH] Fix release drafter autolabeler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 19169b72..2431751a 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -40,6 +40,8 @@ autolabeler: title: 'fix' - label: 'kind/chore' title: 'chore' + - label: 'area/dependencies' + title: 'build(deps)' version-resolver: major: