File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 69
69
],
70
70
"label_extractor" : [
71
71
{
72
- "pattern" : " ^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)" ,
73
- "target" : " $1"
72
+ "pattern" : " ^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)" ,
73
+ "target" : " $1" ,
74
+ "on_property" : " title"
74
75
},
75
76
{
76
- "pattern" : " ^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\ ([\\ w\\ -\\ .]+\\ ))?(!)?:(.*)" ,
77
- "target" : " $1"
77
+ "pattern" : " ^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\ ([\\ w\\ -\\ .]+\\ ))?(!)?:(.*)" ,
78
+ "target" : " $1" ,
79
+ "on_property" : " title"
78
80
}
79
81
],
80
82
"duplicate_filter" : {
You can’t perform that action at this time.
0 commit comments