:octocat: Update CI

This commit is contained in:
Liang Ding 2023-03-29 19:54:20 +08:00
parent 1d5aaad43f
commit e10f7e6bc0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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",
}