Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JSON unmarshal error of App.app.events
I got following error. json: cannot unmarshal string into Go struct field App.app.events of type github.Event It's regression from google#1283 and event type should be actually string [1][2]. [1]: https://developer.github.com/v3/apps/#get-a-single-github-app [2]: https://developer.github.com/v3/repos/branches/#list-apps-with-access-to-protected-branch
- Loading branch information