Skip to content

How to get issue instead of PR? #1183

@syheliel

Description

@syheliel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions