Open pull requests on Azure DevOps #1363
hekatx
started this conversation in
Show and tell
Replies: 1 comment
-
I think azure is big enough that we can ship something like this. Wanna make a PR and add some tests where it makes sense? And very glad you're enjoying the tool :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Loving neogit, coming from fugitive it's a whole new world. I also used lazygit on the side just because I can press a couple keys and the PR form is open on my browser and been missing that. I know neogit suggests just adding the service to

git_services
but Azure is fucking weird and I had to do some hacking on theactions.branch.open_pull_request
function because what neogit parsed from the remote url doesn't work directly. Here's the thing working:Now I don't know how to make a PR for this because it implied some changes at
open_pull_request
. Code at/popups/branch/actions.lua
ended up like this:and
git_services
:Beta Was this translation helpful? Give feedback.
All reactions