chore: less redundant log
All checks were successful
build / trigger-build-image (push) Successful in 12s
All checks were successful
build / trigger-build-image (push) Successful in 12s
This commit is contained in:
parent
a901c2bbde
commit
3a69be006d
|
|
@ -266,7 +266,6 @@ class Teapot:
|
||||||
):
|
):
|
||||||
if issue.title.startswith(title_prefix):
|
if issue.title.startswith(title_prefix):
|
||||||
joj3_issue = issue
|
joj3_issue = issue
|
||||||
logger.info(f"found joj3 issue: #{joj3_issue.number}")
|
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
new_issue = True
|
new_issue = True
|
||||||
|
|
@ -293,9 +292,7 @@ class Teapot:
|
||||||
submitter_repo_name,
|
submitter_repo_name,
|
||||||
body={"title": title, "body": comment, "labels": [label_id]},
|
body={"title": title, "body": comment, "labels": [label_id]},
|
||||||
)
|
)
|
||||||
logger.info(f"created joj3 issue: #{joj3_issue.number}")
|
|
||||||
gitea_issue_url = joj3_issue.html_url
|
gitea_issue_url = joj3_issue.html_url
|
||||||
logger.info(f"gitea issue url: {gitea_issue_url}")
|
|
||||||
if not new_issue:
|
if not new_issue:
|
||||||
self.gitea.issue_api.issue_edit_issue(
|
self.gitea.issue_api.issue_edit_issue(
|
||||||
self.gitea.org_name,
|
self.gitea.org_name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user