- Create a typical setup where you have an upstream remote and your fork remote added in your local repo.
- Rename them. E.g.
microsoft and sbatten respectively.
- Use the
githubPullRequests.remotes setting to add just microsoft as that's the only remote I care about PRs for.
- Try to create a PR where the source branch is from the fork
sbatten in my case.
🐛 => this silently fails. Console logs show that it does not believe the fork is a github repo.