mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
chore: 增加 style labeler (#4453)
This commit is contained in:
parent
2802ef5ef0
commit
efd85e2f19
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@ -19,6 +19,8 @@ labels:
|
||||
- '\bfeat'
|
||||
'fix':
|
||||
- '\bfix'
|
||||
'style':
|
||||
- '\bstyle'
|
||||
'chore':
|
||||
- '\bchore'
|
||||
'doc':
|
||||
|
12
.github/release-drafter.yml
vendored
12
.github/release-drafter.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user