[x]
):I have repository A and B.
B is a fork of repository A.
When on B repository page I clicked "pull request" I am redirected to A repository page, where I can merge my branch into repository A, but I just want to merge my branch into repository B.
It works when I put Pull Request URL by hand.
So if this is urgent, it is possible to create a pr you may just have to do it manually. The URL would be:
/Owner/Reponame/compare/base-branch...Username:head-branch
The UI though doesn't currently expose this
So if this is urgent, it is possible to create a pr you may just have to do it manually. The URL would be:
/Owner/Reponame/compare/base-branch...Username:head-branch
The UI though doesn't currently expose this
Thank you for that, I make PR manually, but I think it's bug all in all in UI.
Agreed we need to improve it
@zeripath @lunny @kklocek
Hi, I try to fix this issue by redirecting to /headUser/currentRepo/compare
instead of /baseRepoUser/currentRepo/compare
when user click create pull request
.
The dropdown menu now will show branches from both current repository and base repository.
However, I am not sure whether to merge this update to v1.9 branch or master. Need some suggestion... 馃
@blueworrybear Please send a PR to master at first.
Thank you again Gitea team!
Most helpful comment
So if this is urgent, it is possible to create a pr you may just have to do it manually. The URL would be:
/Owner/Reponame/compare/base-branch...Username:head-branch
The UI though doesn't currently expose this