Skip to content

Commit

Permalink
feat: log gitea issue url
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Oct 27, 2024
1 parent e634e39 commit 16cbd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16cbd2b

Please sign in to comment.