未验证 提交 ab877acb 编写于 作者: G GGBond8488 提交者: GitHub

remove cm from tools/CheckPRTemplate.py, test=document_fix (#51165)

上级 61996aec
......@@ -112,7 +112,7 @@ def pull_request_event_template(event, repo, *args, **kwargs):
sha = event["head"]["sha"]
title = event["title"]
pr_user = event["user"]["login"]
print(f'接收数据:pr_num: {pr_num}, title: {title}, user: {pr_user}')
print(f'receive data : pr_num: {pr_num}, title: {title}, user: {pr_user}')
if repo in pr_effect_repos:
CHECK_TEMPLATE = REPO_TEMPLATE[repo]
global check_pr_template
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册