From cfacdbcc5c066f5373bcd8739ebac142a98ebc35 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Wed, 17 May 2023 15:53:53 +0200 Subject: [PATCH] Automatically mark PRs with `task/*` branches as features So it's easier to switch between projects for the developers. --- .github/pr-labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 96c65a90..1dd04024 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,7 +1,7 @@ BC: bc/* -feature: feature/* -bug: bugfix/* +feature: [feature/*, task/*] +bug: [bug/*, bugfix/*] refactoring: refactoring/* -documentation: ['docs/*', 'documentation/*'] +documentation: [docs/*, documentation/*] maintenance: maintenance/* 'skip changelog': release/*