shakalaka
shakalaka

Reputation: 171

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

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

Upvotes: 1

Views: 158

Answers (1)

VonC
VonC

Reputation: 1327004

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.

Upvotes: 0

Related Questions