chore: 增加 style labeler (#4453)

This commit is contained in:
吴多益 2022-05-25 20:04:29 +08:00 committed by GitHub
parent 2802ef5ef0
commit efd85e2f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

2
.github/labeler.yml vendored
View File

@ -19,6 +19,8 @@ labels:
- '\bfeat'
'fix':
- '\bfix'
'style':
- '\bstyle'
'chore':
- '\bchore'
'doc':

View File

@ -7,6 +7,8 @@ categories:
label: dep
- title: 日常维护
label: chore
- title: 样式更新
label: style
- title: 文档
label: doc
@ -20,13 +22,15 @@ autolabeler:
- label: 'chore'
title:
- '/chore/i'
- label: 'style'
title:
- '/style/i'
- label: 'doc'
title:
- '/doc/i'
template: |
## 更新记录
$CHANGES
## 更新记录
$CHANGES