Skip to content

Commit 45d6c9c

Browse files
committed
update
1 parent 1db41b7 commit 45d6c9c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/multi-labeler.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ version: v1
22

33
labels:
44
- label: 'enhancement'
5-
sync: true # remove label if match failed, default: false (pull_request/issue only)
5+
sync: true
66
matcher:
7-
# Matcher will match on any 8 matchers
8-
title: ['^feat:.*', '^feature:.*']
7+
title: '^feat:.*'
8+
- label: 'document'
9+
sync: true
10+
matcher:
11+
title: '^docs:.*'
912
- label: 'bug'
10-
sync: true # remove label if match failed, default: false (pull_request/issue only)
13+
sync: true
1114
matcher:
12-
# Matcher will match on any 8 matchers
1315
title: '^fix:.*'
1416
- label: 'ospp-2024'
15-
sync: true # remove label if match failed, default: false (pull_request/issue only)
17+
sync: true
1618
matcher:
17-
# Matcher will match on any 8 matchers
1819
baseBranch: '^ospp-2024/.*'

0 commit comments

Comments
 (0)