From 5c0c723c5da9720546f1e1b2dc0148257b9fcc04 Mon Sep 17 00:00:00 2001 From: snowykami Date: Tue, 17 Sep 2024 15:33:32 +0800 Subject: [PATCH] =?UTF-8?q?:package:=20docs:=20=E8=B5=84=E6=BA=90=E5=95=86?= =?UTF-8?q?=E5=BA=97=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liteyuki_flow/resource_handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liteyuki_flow/resource_handler.py b/liteyuki_flow/resource_handler.py index cea13b13..35110e24 100644 --- a/liteyuki_flow/resource_handler.py +++ b/liteyuki_flow/resource_handler.py @@ -26,7 +26,8 @@ headers = { # closed: 审核通过,修改json并提交 # reopened: 重新打开,无操作 def on_first_open(github: Github, issue: Issue, repo: Repository): - cid = issue.create_comment("已收到资源包发布请求,我会马上开始预检. " + edit_tip).id + issue.create_comment("已收到资源包发布请求,我会马上开始预检. " + edit_tip) + cid = issue.create_comment("请等待检查结果").id parser = MarkdownParser(issue.body) parser.parse_front_matters() parser.front_matters["cid"] = str(cid)