forked from opentiny/tiny-vue
ci: auto label for issue (#3168)
This commit is contained in:
parent
5db3bd8f3d
commit
63720a07fa
|
|
@ -4,12 +4,12 @@ labels:
|
|||
- label: "enhancement"
|
||||
sync: true
|
||||
matcher:
|
||||
title: "^feat.*: ?.*"
|
||||
title: "^[feat|✨].*: ?.*"
|
||||
commit: "^feat.*: ?.*"
|
||||
- label: "bug"
|
||||
sync: true
|
||||
matcher:
|
||||
title: "^fix.*: ?.*"
|
||||
title: "^[fix|🐛].*: ?.*"
|
||||
commit: "^fix.*: ?.*"
|
||||
- label: "documentation"
|
||||
sync: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue