Description
- Gitea version (or commit ref): 1.14.1
Description
With Gitea 1.14.0 and #12766 the commit graph (<repository-url>/graph
) includes links to pull requests instead of the names of the ref's.
I like this change a lot, however I can't really use it, because my repositories use an external issue tracker.
The links associated with the pull requests are generated as: <repository-url>/issues/<pr-id>
The links would work if they were generated as: <repository-url>/pulls/<pr-id>