From 32020d945a7351bc3a61f2eafea7e3fb1b352ac0 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Wed, 24 Apr 2024 13:30:37 +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 1dd04024..4927c6b6 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,6 +1,6 @@ BC: bc/* feature: [feature/*, task/*] -bug: [bug/*, bugfix/*] +fix: [fix/*, bug/*, bugfix/*] refactoring: refactoring/* documentation: [docs/*, documentation/*] maintenance: maintenance/* diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index fa4f4830..1ce4a92d 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: '♻️ Refactoring' @@ -32,6 +33,7 @@ version-resolver: - 'feature' patch: labels: + - 'fix' - 'bug' - 'bugfix' default: patch