You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When folks don't strictly manage their outstanding branches and pass the 100 limit, git-open-pull can't always find the branch on github to open-pull against (depending on sorting).
Github now has a get-branch endpoint that should be used instead of list-branches
When folks don't strictly manage their outstanding branches and pass the 100 limit, git-open-pull can't always find the branch on github to open-pull against (depending on sorting).
Github now has a get-branch endpoint that should be used instead of list-branches
https://developer.github.com/v3/repos/branches/#get-branch
git-open-pull/src/cmd/git-open-pull/main.go
Line 138 in 5ca44a6
cc: @kpurdon
The text was updated successfully, but these errors were encountered: