🎨 更新 parse-changelog 工作流 (#11289)

This commit is contained in:
绛亽 2024-05-07 22:13:59 +08:00 committed by GitHub
parent 291a083378
commit 5095d836c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 135 additions and 74 deletions

19
scripts/_pkg/Const.py Normal file
View file

@ -0,0 +1,19 @@
docmap_siyuan = {
"Feature": "Feature",
"Enhancement": "Enhancement",
"Bug": "Bugfix",
"Document": "Document",
"Refactor": "Refactor",
"Abolishment": "Abolishment",
"Development": "Development",
}
repo_siyuan = "siyuan-note/siyuan"
hostname = "api.github.com"
HEADER_siyuan = '''
'''
HEADER = {
"siyuan-note/siyuan": HEADER_siyuan,
}