fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
610 stars 63 forks source link

Finding pull requests linked to issues #75

Closed wknapik closed 3 years ago

wknapik commented 3 years ago

Hi,

I can't figure out a way to find pull requests linked to an issue without iterating through all the PRs.

I thought I'd work around this by setting specific titles, or additional labels on PRs, but it seems there's no way to search PRs by title, or labels.

What's the best way to do this with ghapi? Do I really have to inspect each PR one by one?

Thanks.

jph00 commented 3 years ago

Sorry we can't provide support on using the GitHub API - I suggest you ask on Stackoverflow or similar