Adds create pr urls for other providers#4143
Conversation
38021ba to
f470126
Compare
f470126 to
d324a33
Compare
14b1c06 to
d8ac382
Compare
| options?: { title?: string; description?: string }, | ||
| ): string | undefined { | ||
| const query = new URLSearchParams({ sourceBranch: head.branch, targetBranch: base.branch ?? '' }); | ||
| // TODO: figure this out |
There was a problem hiding this comment.
Does this just need to be removed or figured out still?
There was a problem hiding this comment.
@eamodio It's been waiting for bitbucket-server to be merged. But than I've switched to another task. So, yes, needs to be figured out.
|
In addition to @eamodio comments above, one other issue: whenever I cancel the process at any point after seeing the "connect to " prompt for cross-repository case, I see an error toast. We should not show an error in those cases. |
|
@axosoft-ramint
fixed |
ramin-t
left a comment
There was a problem hiding this comment.
LGTM - once the github security/CodeQL issue is fixed, we can proceed

Refs #4142