DXHeroes / Pipeliner

Simple MacOS Big Sur widget app for checking pipeline status
https://github.com/DXHeroes/Pipeliner
MIT License
35 stars 8 forks source link

Add GitHub pull request support #13

Open Jakub-Vacek opened 4 years ago

Jakub-Vacek commented 4 years ago

Add method getPullRequests to class GitHubService with parameters: config: Config and pullRequestsCount: Int. This method will return array of PullRequest objects containing attributes:

During implementation you can use GilHub api documentation Depends on #1