gogs icon indicating copy to clipboard operation
gogs copied to clipboard

About the requirement of delegating personnel when initiating a pull request

Open AlexKuai opened this issue 3 years ago • 0 comments

Describe the feature

In the current process, when a user initiates a pull request through the fork warehouse to select a delegate, the user must also have read / write permission to the upstream warehouse before selecting a delegate.

If the user has only read permission, the delegation list is empty.

However, granting read and write permissions to some users violates the security of the upstream warehouse.

Describe the solution you'd like

It is hoped that even if the user has only read permission (no write permission), he can select a delegate with write permission when initiating a pull request.

Describe alternatives you've considered

There is no alternative at present.

Additional context

No response

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

AlexKuai avatar Aug 29 '22 08:08 AlexKuai