go-github
go-github copied to clipboard
Go library for accessing the GitHub v3 API
see 5f1c20afed08516e098c13fd0a94a74be0d573c3 for more details
Github and Github enterprise have different release cycles and time to release features for granduate feature from preview state. The changes to remove the check api preview header (#1634) break...
In https://github.com/google/go-github/pull/1188 the endpoint was added to enable or disable automated security fixes. However, there seems to be no way to check the current status of this setting. This is...
There appears to be a bug in the `./tests/fields` test/utility, causing some fields to be falsely reported as "missing". For example, in the following test case: ```Go {"repos/google/go-github/issues/1", &github.Issue{}}, ```...
This is an ongoing work item to add integration tests for the entire library. Unlike the existing unit tests that spin up a local HTTP server that mimics certain behavior...
We don't run the [integration tests](https://github.com/google/go-github/tree/master/tests/integration) on Travis because they hit the live GitHub API and require authentication. However, it would be nice to run them periodically (maybe on a...
Providing a custom Transport with oauth2 is a little verbose and having an example usage of it here would be useful: `ctx := context.WithValue(oauth2.NoContext, oauth2.HTTPClient, client)`
Modules: Sub-Dependency is using v33, main project v35 - Type incompatibility + Module replacement
Hey everyone, thanks for maintaining this library, keeping everything in shape, and continuously release new versions. I am facing the challenge of using the new versions: ### Sub-Dependency is using...
:wave: Hello there, I’m the maintainer of the GitHub’s JavaScript/Node libraries such as https://github.com/octokit/rest.js. In the process I created resources that I hope will make it easier for maintainers of...
While increasing code coverage in #1202, I discovered that if `nil` is passed to `addOptions`, then the rest of the URL tests are not performed. This means that a garbage...