diff --git a/.github/labeler.yml b/.github/labeler.yml index 8aa01c3f8..ad06d302e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,6 +19,8 @@ labels: - '\bfeat' 'fix': - '\bfix' + 'style': + - '\bstyle' 'chore': - '\bchore' 'doc': diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 25df1e5ad..1731c74cc 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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