From 7bb6c1f7c41ea1685ed11411b803b5a9effc4eaa Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Wed, 24 Apr 2024 08:23:33 +0200 Subject: [PATCH] Label `fix/bug/bugfix` branches as `fix` --- .github/pr-labeler.yml | 2 +- .github/release-drafter.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 69d29fb..4182d6b 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,6 +1,6 @@ BC: bc/* feature: feature/* -bug: bugfix/* +fix: ['fix/*', 'bug/*', 'bugfix/*'] dependencies: dependencies/* documentation: ['docs/*', 'documentation/*'] diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 84129a1..f9bc4d9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -12,6 +12,7 @@ categories: - 'enhancement' - title: '🐞 Bug Fixes' labels: + - 'fix' - 'bug' - 'bugfix' - title: '🏎 Performance' @@ -38,6 +39,7 @@ version-resolver: - 'feature' patch: labels: + - 'fix' - 'bug' - 'bugfix' default: patch