Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse-Dominator committed Jun 1, 2023
1 parent dc67e60 commit 3b02e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions digest_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def create_issue(self):
repo_id = self.find_repo_id()
q = CreateIssue("create_issue")
res = q.run(repo_id=repo_id, title="Issues Digest", body=digest_content)
print(repo_id)
print(res)
self.target_issue = q.get_issue_id(res)
if self.local_repo != self.target_repo:
self.ignore_numbers.append(q.get_issue_number(res))

0 comments on commit 3b02e5f

Please sign in to comment.