Skip to content
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

Override Default Branch no longer working #5995

Open
eladiosch opened this issue May 7, 2024 · 2 comments
Open

Override Default Branch no longer working #5995

eladiosch opened this issue May 7, 2024 · 2 comments
Labels
info-needed Issue requires more information from poster

Comments

@eladiosch
Copy link

  • Extension version: v0.88.0
  • VSCode Version: 1.89.0
  • OS: Ubuntu 22.04.4 LTS (64-bit)
  • Repository Clone Configuration: cloned private repository (not a fork)
  • Github Product : Github.com

Steps to Reproduce:

  1. In VsCode go to Preferences and search githubPullRequests.overrideDefaultBranch
  2. Set value to "develop"
  3. Try to create a new PR
  4. Base branch is now "main" (default in repo config) instead of "develop"

This used to work fine but stopped working maybe a couple of weeks ago. I've talked with other people working on the same repo with the same extension and are experiencing the same behaviour.

image

image

@alexr00
Copy link
Member

alexr00 commented May 13, 2024

What is the value of the setting githubPullRequests.createDefaultBaseBranch? We try to guess the "best" base branch by default.

@alexr00 alexr00 added the info-needed Issue requires more information from poster label May 13, 2024
@eladiosch
Copy link
Author

It's auto. However, shouldn't the githubPullRequests.overrideDefaultBranch value have the highest priority when deciding the branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants