Skip to content

Commit

Permalink
feat: only re-use opened issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Nov 1, 2024
1 parent 249b8eb commit cf9ba49
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 @@ -513,7 +513,7 @@ def joj3_all(
joj3_issue: focs_gitea.Issue
issue: focs_gitea.Issue
for issue in tea.pot.gitea.issue_api.issue_list_issues(
tea.pot.gitea.org_name, submitter_repo_name, state="all"
tea.pot.gitea.org_name, submitter_repo_name, state="open"
):
if issue.title.startswith(title_prefix):
joj3_issue = issue
Expand Down

0 comments on commit cf9ba49

Please sign in to comment.