Skip to content

Commit

Permalink
feat: joj3 issue default title with 0 score
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Oct 30, 2024
1 parent 3104ac6 commit 8fa74e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def joj3_all(
joj3_issue = tea.pot.gitea.issue_api.issue_create_issue(
tea.pot.gitea.org_name,
submitter_repo_name,
body={"title": title_prefix, "body": ""},
body={"title": title_prefix + "0", "body": ""},
)
logger.info(f"created joj3 issue: #{joj3_issue.number}")
gitea_issue_url = joj3_issue.html_url
Expand Down

0 comments on commit 8fa74e7

Please sign in to comment.