Open
Description
I have a use case where I would like to mirror a repository and make it possible for users to create pull requests and use the review features as provided by Gitea. There is no reason to merge PR's into the local tree as this will only happen on the original repository and be automatically fetched by the mirror feature.
After checking it seems that Gitea currently does not support this workflow. I wonder if it would be possible to enable this and possible disable the merge features in the PR.