Closed
Description
I like the Gitea account integration, but I ran into two problems:
- We are using a locally hosted Gitea instance on a non-standard port number. When using the "Create Pull Request on 'origin'" option, the opened URL does not contain the port number, and so the page doesn’t work.
- Even if I add the non-standard port number manually, the link doesn’t work, because Gitea also expects the target branch in the compare URL. So Fork currently generates the URL
https://scm.example/group/repo/compare/feature%2Fbranch
, whereas it should usehttps://scm.example:5000/group/repo/compare/master...feature%2Fbranch
(if the pull request is to be merged intomaster
).
We’re using Gitea 1.16.9, btw.
Originally posted by @mco-dgmr in #1144 (comment)
Metadata
Metadata
Assignees
Labels
No labels