File tree Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Original file line number Diff line number Diff line change 11version : v1
22
33labels :
4- - label : ' enhancement '
4+ - label : ' bug '
55 sync : true
66 matcher :
7- title : ' ^feat (\(\w+\))?: .*'
7+ title : ' ^fix (\(\w+\))?: .*'
88
9- - label : ' bug '
9+ - label : ' build '
1010 sync : true
1111 matcher :
12- title : ' ^fix(\( \w+\))?: .* '
12+ title : ' ^(ci|build)(\((?!release) \w+\))?: (?!.*\brelease\b).* '
1313
14- - label : ' refactor '
14+ - label : ' chore '
1515 sync : true
1616 matcher :
17- title : ' ^refactor(\(\w+\))?: .*'
17+ title : ' ^chore(\((?!deps)\w+\))?: .*'
18+
19+ - label : ' dependency'
20+ sync : true
21+ matcher :
22+ branch : ' ^renovate/.*'
23+ files : ['pnpm-lock.yaml']
1824
1925 - label : ' documentation'
2026 sync : true
2127 matcher :
2228 title : ' ^docs(\(\w+\))?: .*'
2329
24- - label : ' test '
30+ - label : ' enhancement '
2531 sync : true
2632 matcher :
27- title : ' ^test (\(\w+\))?: .*'
33+ title : ' ^feat (\(\w+\))?: .*'
2834
29- - label : ' build '
35+ - label : ' refactor '
3036 sync : true
3137 matcher :
32- title : ' ^(ci|build)(\((?!release) \w+\))?: (?!.*\brelease\b) .*'
38+ title : ' ^refactor(\( \w+\))?: .*'
3339
3440 - label : ' release'
3541 sync : true
3642 matcher :
3743 branch : ' ^release/.*'
3844
39- - label : ' chore'
40- sync : true
41- matcher :
42- title : ' ^chore(\(\w+\))?: .*'
43- branch : ' ^(?!renovate/).*'
44-
45- - label : ' dependency'
45+ - label : ' test'
4646 sync : true
4747 matcher :
48- title : ' ^deps(\(\w+\))?: .*'
49- branch : ' ^renovate/.*'
50- files : ['pnpm-lock.yaml']
48+ title : ' ^test(\(\w+\))?: .*'
5149
5250checks :
5351 - context : ' Semantic Pull Request'
You can’t perform that action at this time.
0 commit comments