:octocat: 更新 GitHub Actions CI 脚本

This commit is contained in:
Liang Ding 2022-11-12 11:34:45 +08:00
parent e91e65ed34
commit 8fb75c69f1
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -6,11 +6,11 @@ from collections import defaultdict
import github
docmap = {
"Feature": "引入特性",
"Enhancement": "改进功能",
"Bug": "修复缺陷",
"Document": "文档相关",
"Refactor": "开发重构",
"Bug": "修复缺陷",
"Feature": "引入特性",
"Abolishment": "移除功能"
}