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
|
import github
|
||||||
|
|
||||||
docmap = {
|
docmap = {
|
||||||
"Feature": "引入特性",
|
"Feature": "Feature",
|
||||||
"Enhancement": "改进功能",
|
"Enhancement": "Enhancement",
|
||||||
"Bug": "修复缺陷",
|
"Bug": "Bug",
|
||||||
"Document": "文档相关",
|
"Document": "Document",
|
||||||
"Refactor": "开发重构",
|
"Refactor": "Refactor",
|
||||||
"Abolishment": "移除功能",
|
"Abolishment": "Abolishment",
|
||||||
"Development": "开发相关",
|
"Development": "Development",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue