mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:38:16 +08:00
59 lines
972 B
YAML
59 lines
972 B
YAML
categories:
|
|
- title: 新功能 Features 🚀
|
|
label: feat
|
|
- title: 问题修复 Bugfix 🐛
|
|
labels:
|
|
- 'fix'
|
|
- 'fixes'
|
|
- title: 依赖更新
|
|
label: dep
|
|
- title: 日常维护 Chore
|
|
label: chore
|
|
- title: 样式调整 Style 🌈
|
|
labels:
|
|
- 'style'
|
|
- 'styles'
|
|
- title: 文档更新 Docs
|
|
labels:
|
|
- 'doc'
|
|
- 'docs'
|
|
- title: 单元测试 test
|
|
label: test
|
|
|
|
autolabeler:
|
|
- label: 'feat'
|
|
branch:
|
|
- '/feat-.+/i'
|
|
title:
|
|
- '/feat/i'
|
|
- label: 'fix'
|
|
branch:
|
|
- '/fix-.+/i'
|
|
title:
|
|
- '/fix/i'
|
|
- label: 'chore'
|
|
branch:
|
|
- '/chore-.+/i'
|
|
title:
|
|
- '/chore/i'
|
|
- label: 'style'
|
|
branch:
|
|
- '/style[s]?-.+/i'
|
|
title:
|
|
- '/style/i'
|
|
- label: 'doc'
|
|
branch:
|
|
- '/doc[s]?-.+/i'
|
|
title:
|
|
- '/doc/i'
|
|
- label: 'test'
|
|
branch:
|
|
- '/test[s]?-.+/i'
|
|
title:
|
|
- '/test/i'
|
|
template: |
|
|
|
|
## 更新记录
|
|
|
|
$CHANGES
|