From 16cbd2b945f459e95b98fd6440296f0416b2c8b9 Mon Sep 17 00:00:00 2001 From: BoYanZh <boyanzh233@gmail.com> Date: Sun, 27 Oct 2024 05:28:35 -0400 Subject: [PATCH] feat: log gitea issue url --- joint_teapot/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index fc537d8..465b08d 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -501,6 +501,7 @@ def joj3_all( body={"title": title, "body": comment}, ) gitea_issue_url = res["url"] + logger.info(f"gitea issue url: {gitea_issue_url}") if skip_scoreboard and skip_failed_table: return tea.pot.git # trigger lazy load