[Python-Dev] "CPython loves your Pull Requests" talk by Stéphane Wirtel
Mariatta Wijaya
mariatta.wijaya at gmail.com
Tue Dec 5 10:25:11 EST 2017
I saw the talk in person :) Congrats Stéphane!
You can get the reviews from a specific PR using the API:
https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request
For example, for reviews made to CPython PR number 1:
https://api.github.com/repos/python/cpython/pulls/1/reviews
* Time to merge a PR: 3 days in average, good!
Regarding the average time to merge PR, I'm interested to know the average
time to merge for PRs not made by Python Core Devs.
Mariatta Wijaya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20171205/4ca3d122/attachment-0001.html>
More information about the Python-Dev
mailing list