-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Can't create PR via Gitea UI on forked repository #8576
Comments
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 |
Hi, I try to fix this issue by redirecting to 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. |
* 'update' * Send push tag event when release created * send tag create event while release created in UI * update to go v1.13 * fix gofmt error * fix #8576 create pull request on current repository by default
Thank you again Gitea team! |
* 'update' * Send push tag event when release created * send tag create event while release created in UI * update to go v1.13 * fix gofmt error * fix go-gitea#8576 create pull request on current repository by default
[x]
):Description
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.
Screenshots
The text was updated successfully, but these errors were encountered: