'How to collect the pull request information for specific reviewer from all GitHub repos?
Collect the specific information like comments, reviewers, title from pull request api
I've tried using this API link : https://github.mycompany.com/api/v3/search/issues?q=type:pr+is:open+requested-reviewer:{name}
I want to display the reviewers and comments as well but it's not showing all the pull request information I wanted.
Any other alternative way to call the pull request for specific reviewer?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
