Open
Description
Feature Description
I'm not certain if this is a bug, a feature request or a UI issue.
I would like to add a review that is not a collaborator or member of organization. In the UI, I cannot seem to be able to add them. For example, to
https://demo.gitea.com/test2/repo/pulls/1
I can't add a user "gnuman". But programatically via API this works.
curl -X 'POST' 'https://demo.gitea.com/api/v1/repos/test2/repo/pulls/1/requested_reviewers' ....
Would it be possible to add explicit users to reviews outside of the teams/org? For example, typing a username in the UI should allow that user to be added even if we do not auto-complete users outside of the organizations.