mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
:octocat: 更新 GitHub Actions CI 脚本
This commit is contained in:
parent
e91e65ed34
commit
8fb75c69f1
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ from collections import defaultdict
|
|||
import github
|
||||
|
||||
docmap = {
|
||||
"Feature": "引入特性",
|
||||
"Enhancement": "改进功能",
|
||||
"Bug": "修复缺陷",
|
||||
"Document": "文档相关",
|
||||
"Refactor": "开发重构",
|
||||
"Bug": "修复缺陷",
|
||||
"Feature": "引入特性",
|
||||
"Abolishment": "移除功能"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue