From cf9ba49d189ce91afb493b343bdb9c6faba18396 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 31 Oct 2024 20:13:13 -0400 Subject: [PATCH] feat: only re-use opened issues --- joint_teapot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index 6ac7110..5313795 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -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