From 97c3135a435970af4ca521d2e3b7f89192e3d5fd Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:03:17 +1000 Subject: [PATCH] feat: Change autolabeler regex to include : (#4196) --- .github/release-drafter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1801337a5a9..dfbb3bd1050 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -62,10 +62,10 @@ autolabeler: - '/feat/i' - label: 'bugfix' title: - - '/fix/i' + - '/fix:/i' - label: 'documentation' title: - - '/docs/i' + - '/docs:/i' - label: 'chore' title: - - '/chore/i' + - '/chore:/i'