Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github API Approved Pull Request

Github has a new feature that users can approve pull requests. Does anyone know where to find the Pull Request approved stats in the Github API?

like image 336
ClickThisNick Avatar asked Nov 03 '16 14:11

ClickThisNick


Video Answer


1 Answers

It's now possible to review pull requests using the GitHub API. See Submit a pull request review in the API docs.

like image 195
s0undt3ch Avatar answered Sep 28 '22 08:09

s0undt3ch