Skip to content

Commit cfacdbc

Browse files
committed
Automatically mark PRs with task/* branches as features
So it's easier to switch between projects for the developers.
1 parent 43cf08f commit cfacdbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pr-labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BC: bc/*
2-
feature: feature/*
3-
bug: bugfix/*
2+
feature: [feature/*, task/*]
3+
bug: [bug/*, bugfix/*]
44
refactoring: refactoring/*
5-
documentation: ['docs/*', 'documentation/*']
5+
documentation: [docs/*, documentation/*]
66
maintenance: maintenance/*
77
'skip changelog': release/*

0 commit comments

Comments
 (0)