Problem
In order to perform the comments step of syncing a github repository to codecorps, we need to implement GitHub.API.Issue.comments(GithubIssue.t). It accepts a GithubIssue and returns the list of comments for that issue.
This depends on the implementation in #1107