-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds create pr urls for other providers #4143
Conversation
38021ba
to
f470126
Compare
f470126
to
d324a33
Compare
37ca2fe
to
2ccaefa
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this just need to be removed or figured out still?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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. |
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - once the github security/CodeQL issue is fixed, we can proceed
Refs #4142