ucsb-cs56-w20 / mapache-search

https://mapache-search-qa.herokuapp.com/
2 stars 3 forks source link

MLR - Display User's Open Pull Requests on GitHub Page #252

Closed mlroller closed 4 years ago

mlroller commented 4 years ago

Displays all open PRs in user's repos on the github/index page. Added a helper API call to get the user's repos (formatted owner/repo) and a function to make an API call for all open PRs in each of the user's repos. Only the PRs are displayed, but should be pretty simple to display repos too if needed.