From 0e292bb6bd502a17ceb894a468630931e303346d Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 27 Oct 2024 05:42:07 -0400 Subject: [PATCH] feat: use html_url --- 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 3310772..0085c96 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -503,7 +503,7 @@ def joj3_all( submitter_repo_name, body={"title": title, "body": comment}, ) - gitea_issue_url = issue.url + gitea_issue_url = issue.html_url logger.info(f"gitea issue url: {gitea_issue_url}") if skip_scoreboard and skip_failed_table: return