From e58abfc3810a3a9bff07ed9dcbb630c0dbef9e95 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:54:55 +1000 Subject: [PATCH] Add autolabeler config --- .github/release-drafter.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 244ffbdb9e4..1801337a5a9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -55,3 +55,17 @@ template: | $CHANGES # 🍴🍴🍴🍴🍴🍴 + +autolabeler: + - label: 'feature' + title: + - '/feat/i' + - label: 'bugfix' + title: + - '/fix/i' + - label: 'documentation' + title: + - '/docs/i' + - label: 'chore' + title: + - '/chore/i'