github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.56k stars 754 forks source link

List of issues that releated to PR (by merges) #702

Open ErcinDedeoglu opened 1 year ago

ErcinDedeoglu commented 1 year ago

Hey folks, I want to get the list of issues by PR Number.

SO scenario like this: Imagine that we have a PR. The PR has commits. And those commits have #ISSUE_NUMBER So each commit has its message with the issue number related to an issue.

I'm looking for a way to get those issues by providing a Pull Request number.

Could anyone please let me know?