libgitops icon indicating copy to clipboard operation
libgitops copied to clipboard

Utilize go-git-providers for Pull Request creation & SSH URL parsing

Open luxas opened this issue 5 years ago • 0 comments

At the moment, go-git-providers can't create PRs (yet!). Hence, I just wrote a sample implementation using the "raw" Github provider as an example of a PullRequestProvider. Eventually, this should just be using plain go-git-providers, regardless of backing provider.

Also, when go-git-providers supports parsing SSH URLs, that should be used, at least in the sample implementations.

cc @dinosk @michaelbeaumont @chanwit

luxas avatar Aug 21 '20 14:08 luxas