Closed
Description
-
Gitea version (or commit ref):91775c1
-
Operating system: https://try.gitea.io
-
Can you reproduce the bug at https://try.gitea.io:
- Yes https://try.gitea.io/nutal/test/pulls/2
- No
- Not relevant
Description
If a pull request is open from a forked repo, it will automatically be apply to the source it's forked.
The issue is that we can only see the branch from the source that we've forked and we are unable to easily change the target to apply the pull request.
The only "hack" we can do is change the username or the organisation targeted inside the URL to be able to get the correct usage.
By default I think we need to be able to do pull request inside the repo we work, even if it's a fork.
...