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