We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0bc70 commit 1db41b7Copy full SHA for 1db41b7
1 file changed
.github/multi-labeler.yml
@@ -1,14 +1,11 @@
1
-# .github/labeler.yml
2
-
3
version: v1
4
5
labels:
6
- label: 'enhancement'
7
sync: true # remove label if match failed, default: false (pull_request/issue only)
8
matcher:
9
# Matcher will match on any 8 matchers
10
- title: '^feat:.*'
11
- title: '^feature:.*'
+ title: ['^feat:.*', '^feature:.*']
12
- label: 'bug'
13
14
0 commit comments