go-github
go-github copied to clipboard
Go library for accessing the GitHub v3 API
- CVE-2021-44716: uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests
Closes https://github.com/google/go-github/issues/2431
in the [godocs](https://godoc.org/github.com/google/go-github/github) for go-github there are a few references to using it with GitHub Enterprise instances, but I don't see reference to the management tasks other than [PromoteSiteAdmin](https://github.com/google/go-github/blob/master/github/users_administration.go#L13). It...
Add ability to turn LFS on / off for repo
One such rule that is currently not supported is `bypass_pull_request_allowances` (https://docs.github.com/en/rest/branches/branch-protection#update-pull-request-review-protection) The library should be updated to include additional fields. I'm more than happy to take a stab at doing...
I would like to use an interface for this event in a local implementation, but unfortunately a getter for this type doesn't exist. Can we create a getter for `PushEvent.GetCommits`?...
Add support for https://docs.github.com/en/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run PR in progress.