feat: log gitea issue url
This commit is contained in:
parent
e634e39d26
commit
16cbd2b945
|
@ -501,6 +501,7 @@ def joj3_all(
|
||||||
body={"title": title, "body": comment},
|
body={"title": title, "body": comment},
|
||||||
)
|
)
|
||||||
gitea_issue_url = res["url"]
|
gitea_issue_url = res["url"]
|
||||||
|
logger.info(f"gitea issue url: {gitea_issue_url}")
|
||||||
if skip_scoreboard and skip_failed_table:
|
if skip_scoreboard and skip_failed_table:
|
||||||
return
|
return
|
||||||
tea.pot.git # trigger lazy load
|
tea.pot.git # trigger lazy load
|
||||||
|
|
Loading…
Reference in New Issue
Block a user