Skip to content

Commit 1db41b7

Browse files
committed
update
1 parent 9e0bc70 commit 1db41b7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/multi-labeler.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# .github/labeler.yml
2-
31
version: v1
42

53
labels:
64
- label: 'enhancement'
75
sync: true # remove label if match failed, default: false (pull_request/issue only)
86
matcher:
97
# Matcher will match on any 8 matchers
10-
title: '^feat:.*'
11-
title: '^feature:.*'
8+
title: ['^feat:.*', '^feature:.*']
129
- label: 'bug'
1310
sync: true # remove label if match failed, default: false (pull_request/issue only)
1411
matcher:

0 commit comments

Comments
 (0)