github3.py
github3.py copied to clipboard
How to get issue instead of PR?
I want to get issue only(which means the topic listed in Issues github page). But issues_on returns PR also:
issues = gh.issue('pytorch','pytorch',10)
for issue in issues:
print(issue.pull_request_urls) # some of them is not None