-
Notifications
You must be signed in to change notification settings - Fork 94
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
Does not work if the GitHub remote is not called origin #121
Comments
typo in issue title: "if the GitHub branch is not called origin" -> "if the Git remote is not called origin" |
That worked. Thanks! Ideally, this can be detected automatically like the other GitHub extensions |
A list of remote names could be provided but user still need to make a choice if multiple remotes exist and several of them are cloned from github. |
I mean, in simple cases yes the remote could be automatically used, but in more general cases there might be multiple qualified remotes (typically an upstream and a fork). In the latter case perhaps the extension could provide an easier way to switch between remotes. |
I hit this in #96. I'm surprised this requires manually configuration, particularly since often the correct remote will be The message is also very non-obvious (particularly since Currently this is the only extension I need to configure for each project individually. A rule like "Try |
I was thinking of raising a separate enhancement ticket, but I now feel this is really a bug |
The PR has been completed and the fix will be available in our upcoming release |
The fix has been released and is available in |
To Reproduce
Steps to reproduce the behavior:
git remote rename origin fork
Expected behavior
The Actions extension continues to work (like the other extensions from GitHub) or provides an option to select a remote.
Extension Version
v0.25.5
The text was updated successfully, but these errors were encountered: