github
github copied to clipboard
[Question] Milestone API
How exactly do I get all the PRs and Issues related to a single Milestone on a repo?
I think you'd have to list all issues, then filter based on the milestone object that they have. Check out GitHub's docs on the object schema that is returned.