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