Is there a way to use go-github client to get all or some of the remote branches that contains a git sha?

142 Views Asked by At

Writing a go GitHub client that can get branch names based on a git sha.

1

There are 1 best solutions below

0
On

Last time I checked, there was no easy way to list remote GitHub branches which includes a specific commit, even using GraphQL

So that would not be possible with go-github either.