octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

Add Assignee to pull requests #86

Closed lukasbob closed 9 years ago

lukasbob commented 9 years ago

As pull requests shares the Issues API, this should be a fairly simple addition.

I can fill out the other missing parts -- milestones and labels -- from the issues API as well, if needed.

pengwynn commented 9 years ago

Thanks!