github3.py icon indicating copy to clipboard operation
github3.py copied to clipboard

How to get issue instead of PR?

Open syheliel opened this issue 1 year ago • 0 comments

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

syheliel avatar Jun 24 '24 14:06 syheliel