Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get issue instead of PR? #1183

Open
syheliel opened this issue Jun 24, 2024 · 0 comments
Open

How to get issue instead of PR? #1183

syheliel opened this issue Jun 24, 2024 · 0 comments

Comments

@syheliel
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant