-
Notifications
You must be signed in to change notification settings - Fork 579
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
Allow configuration of default branch in pull requests #3028
Comments
I would love to overrule the Default Branch setting from GitHub (or other VCS) to avoid conflicts. As I'm not always able (or permitted) to edit a Repo's settings. |
It would be nice if the default branch to merge was the source branch (the branch you branched from). |
Exactly what I meant |
There is the setting |
We also now guess which branch should be the base branch by looking at where you branched off from. |
This guessing seems to default to the same branch that you are working on, can you still use the |
If you're using the pre-release version with VS Code insiders this should now be fixed. If not, then you can use |
It would be great if there was a setting to select the default branch to merge into when opening PRs.
The text was updated successfully, but these errors were encountered: