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