From 2560c7ab1561ffaacc9b8e1556df2c1e1ec87840 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 28 Oct 2024 02:20:21 -0400 Subject: [PATCH] chore: more log on joj3 issue --- joint_teapot/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index fea4222..8370e0d 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -506,6 +506,7 @@ def joj3_all( ): if issue.title.startswith(title_prefix): joj3_issue = issue + logger.info(f"found joj3 issue: #{joj3_issue.number}") break else: joj3_issue = tea.pot.gitea.issue_api.issue_create_issue( @@ -513,6 +514,7 @@ def joj3_all( submitter_repo_name, body={"title": title_prefix, "body": ""}, ) + logger.info(f"created joj3 issue: #{joj3_issue.number}") gitea_issue_url = issue.html_url logger.info(f"gitea issue url: {gitea_issue_url}") tea.pot.gitea.issue_api.issue_edit_issue(