From 8fa74e71d86a991180fe097db025ddd15a524ee3 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 30 Oct 2024 05:25:32 -0400 Subject: [PATCH] feat: joj3 issue default title with 0 score --- joint_teapot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index cb8a46b..202bab9 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -512,7 +512,7 @@ def joj3_all( joj3_issue = tea.pot.gitea.issue_api.issue_create_issue( tea.pot.gitea.org_name, submitter_repo_name, - body={"title": title_prefix, "body": ""}, + body={"title": title_prefix + "0", "body": ""}, ) logger.info(f"created joj3 issue: #{joj3_issue.number}") gitea_issue_url = joj3_issue.html_url