From e0a1b3043f60e17651744f87263a72bdc61e0da6 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 96c65a90..863430bc 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,5 +1,5 @@ BC: bc/* -feature: feature/* +feature: [feature/*, task/*] bug: bugfix/* refactoring: refactoring/* documentation: ['docs/*', 'documentation/*']