latest 20 messages by LastWhisper____
+
[2016-04-11T20:55:19Z]
LastWhisper____
nvm!
+
[2016-04-11T20:55:14Z]
LastWhisper____
http://stackoverflow.com/questions/31325449/why-arent-conversation-comments-in-a-pull-request-being-returned-from-pullreque
+
[2016-04-11T20:53:02Z]
LastWhisper____
In fact, the comments that are showing up are the ones on files in the PR; Not that actual "Conversation" comments, which is what I'm interested in
+
[2016-04-11T20:50:53Z]
LastWhisper____
but one of the 2 are missing
+
[2016-04-11T20:50:50Z]
LastWhisper____
I'm not 100% sure yet if it's just giving me the actual PR comments, or the commit comments
+
[2016-04-11T20:50:36Z]
LastWhisper____
I am not getting the total number of comments on that PR
+
[2016-04-11T20:50:28Z]
LastWhisper____
when I do a get with octokit on pull_request_comments(reponame, number)
+
[2016-04-11T20:50:10Z]
LastWhisper____
hey guys I'm running into an issue with github API
+
[2016-04-07T19:42:32Z]
LastWhisper____
thank you!
+
[2016-04-07T19:42:28Z]
LastWhisper____
this will clean up my code a lot
+
[2016-04-07T19:42:24Z]
LastWhisper____
ahhhh this is perfect
+
[2016-04-07T19:40:31Z]
LastWhisper____
:|
+
[2016-04-07T19:40:30Z]
LastWhisper____
we have over 9000 PR's
+
[2016-04-07T19:39:32Z]
LastWhisper____
I'm using Octokit
+
[2016-04-07T19:39:28Z]
LastWhisper____
result set?
+
[2016-04-07T19:39:26Z]
LastWhisper____
Is there a way to find the total number of pages when you get back the .pull_requests
+
[2016-04-07T19:39:00Z]
LastWhisper____
:(
+
[2016-04-07T19:38:59Z]
LastWhisper____
but I'm hittin the rate limit pretty fast
+
[2016-04-07T19:38:52Z]
LastWhisper____
I'm writing a small reporting script, to go through all of my private repos PRs that are merged, and iterate through the comments to see when the first comment was made saying @org/code-reviewers, and what the merged_at time was
+
[2016-04-07T19:34:25Z]
LastWhisper____
Is anyone here familiar with the github API?