Change default base repository for pull requests on forks #11729
Replies: 188 comments 164 replies
-
|
More discussion at https://github.community/t/changing-the-default-pr-target-when-creating-a-pr-from-a-fork/2842/2 |
Beta Was this translation helpful? Give feedback.
-
|
GitHub has a default branch setting. The page says:
Unless I am missing something, that setting is not respected for PRs on a fork, given that the default branch of the upstream repo seems to be taken as the base branch for the PR. How about adding a
When creating a PR, these settings could be used to give the current behavior. Then users could change the settings to fit their needs. I'd be happy to learn about any implications I might be missing π |
Beta Was this translation helpful? Give feedback.
-
|
Has anyone got an update on how to change the base repo? |
Beta Was this translation helpful? Give feedback.
-
|
To change this behaviour you'd have to change the Compare page URL by external add-ons. I'm talking a green pull request button. |
Beta Was this translation helpful? Give feedback.
-
|
The current developer experience is really hard to work with -- I've incorrectly opened (and then closed) PRs to upstream several times at this point and I'm going to have to just remove my upstream association which is a real shame. Would love a solution to this for future projects! |
Beta Was this translation helpful? Give feedback.
-
|
Same problem here! Just today I closed a PR just clicks before merging it to master on the wrong repository. |
Beta Was this translation helpful? Give feedback.
-
|
I can attest - this is very annoying. |
Beta Was this translation helpful? Give feedback.
-
|
same experience here. My solution was finally to create fork form the fork: |
Beta Was this translation helpful? Give feedback.
-
|
The output of |
Beta Was this translation helpful? Give feedback.
-
|
Why is this not a setting? One of the main use cases for Forking a repository is to take over a project that is out of maintenance - where the previous owner is ignoring all PRs. Please @github-staff consider just making it a setting so we don't have to click 3 times on every PR to avoid accidentally PR'ing the fork. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
This behavior is so frustrating. As a workaround, to detach a repository you can request a ticket here: https://support.github.com/contact?tags=rr-forks&subject=Detach%20Fork&flow=detach_fork |
Beta Was this translation helpful? Give feedback.
-
|
Please provide this setting. |
Beta Was this translation helpful? Give feedback.
-
|
Same situation here, we want to work mainly in our fork and contribute some PRs upstream, so we don't want to detach. We had some accidental PRs already, and it's embarrassing. Please let us configure the default |
Beta Was this translation helpful? Give feedback.
-
|
I maintain a website template that people fork to use. The fact that the github UI for pull requests defaults to the upstream repo instead of the base repo has caused so many people (including me!) to open accidental PRs (against the template itself instead of their own main branch) that I had to create a label specifically for it (39 and counting): |
Beta Was this translation helpful? Give feedback.
-
|
This starts to suck. The thread is over a year old and as far as I could see has gotten no reaction from GitHub. There are two aspects to this that make this very annoying: first, it's bothering lots of people and second, as I pointed out in my earlier post, this should be relatively easy to fix. One option to potentially get some traction with this, is for someone with an appropriate account type (Pro, Enterprise etc.) to open a support ticket and point this out. I've had success doing that with Atlassian but I only have a free GitHub account myself. |
Beta Was this translation helpful? Give feedback.
-
|
+1 why is. this not a setting |
Beta Was this translation helpful? Give feedback.
-
|
I would also like this! |
Beta Was this translation helpful? Give feedback.
-
|
The lack of that simple BASIC and NECESSARY setting prevents teams from working with forks while actually needed! GitHub, please do react! Implementing it is a no-brainer! |
Beta Was this translation helpful? Give feedback.
-
|
A solution is to use Github API instead of the web UI to create pull request: example This can be wrapped in a |
Beta Was this translation helpful? Give feedback.
-
|
I sent a bug report to GitHub mentioning this thread. |
Beta Was this translation helpful? Give feedback.
-
|
Interesting note, looks like GitLab added the ability to "change the default merge target" in 2021. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58093. |
Beta Was this translation helpful? Give feedback.
-
|
How do we get github-actions bot to "submit feedback" like it did on this other discussion thread? https://github.com/orgs/community/discussions/5022#discussioncomment-12576365 |
Beta Was this translation helpful? Give feedback.
-
|
Yet another feature github team will punt on. FFS guys get a grip on your tech-debt. Edit: Opened an issue with refined-github: refined-github/refined-github#8391 this is a cosmetic issue and can be fixed client-side. |
Beta Was this translation helpful? Give feedback.
-
|
I would love to get a solid answer from GitHub as to why they have, to date, taken no action on this issue. |
Beta Was this translation helpful? Give feedback.
-
|
Since GitHub still hasnβt addressed this issue, I decided to make the Safe Pull Request extension free for personal repos. As a reminder, the extension will default the base repo to your fork (not the upstream) when opening a PR from the GitHub web UI β so no more accidental PRs against the wrong repo. Here's the link: |
Beta Was this translation helpful? Give feedback.
-
|
I don't know when this feature was implemented, but it's exactly what I needed
|
Beta Was this translation helpful? Give feedback.
-
|
This seems like the sort of thing a TamperMonkey script could help with. But, if I make a TamperMonkey script, will GitHub take that as indication that the problem is solved and they don't have to do anything? Conversely, is there any evidence that GitHub will take any action even if there is no solution? π https://greasyfork.org/en/scripts/544320-github-fork-default With this TamperMonkey script, when you click "Open pull request", if it pops up a compare window between your fork and the fork's upstream, it will immediately redirect to a compare window to the same branch in the fork. If you click the Back button, it'll return to the window that merges to upstream and will stay there, so you can override the behaviour. The script adds a button "Configure Base Defaults" that allows you to add the repositories where you want this behaviour enabled, syntax |
Beta Was this translation helpful? Give feedback.
-
|
This would be useful please implement! |
Beta Was this translation helpful? Give feedback.
-
|
Please impliment. This is biting me in the *** every few days. |
Beta Was this translation helpful? Give feedback.
-
|
So, I was looking at our stats on the Discussion board, and I think we just don't have enough activity to get noticed? I've taken off my vote and then re-added it, in hopes of triggering a higher activity rank on the discussion board. Anyone else have any similar ideas? |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've forked a repository which has been archived by the owner, so there won't be any prs accepted to the original repository.
Therefore I'd like to change the base repository for all PRs made from to my repository but this seems not possible.
Is there a recommended way to deal with this situation other than (re)creating the repository without forking?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions