We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae3efb commit 3899852Copy full SHA for 3899852
src/GitHubRepoAPI.py
@@ -87,6 +87,7 @@ def get_issues(self, repo: Repository) -> list[Issue]:
87
return [
88
Issue(
89
_id=i.number,
90
+ number=i.number,
91
title=i.title,
92
state=i.state,
93
created_at=i.created_at,
0 commit comments