octokit / go-octokit

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

Implement creation of commit statuses #136

Closed jdennes closed 8 years ago

jdennes commented 8 years ago

I went to use this library and found that the endpoint for creating commit statuses was not implemented. This adds that functionality and a test.

pengwynn commented 8 years ago

Thanks @jdennes. :cake: