Permissions on GitHub

-1

I want to give permission to a collaborator so that he can review and accept Pull Requests to protected branches. Someone knows the way for this. Greetings

    
asked by Skandar 11.05.2018 в 21:51
source

1 answer

0

In the project settings - > branches, go to the section protected branches and edit the protected branch.

You will see who can push and approve pull requests to those branches. By default they are the admins of the project or of your organization (if you are in one). You can manually add a contributor to that whitelist.

For example in that image I'm giving permissions to zschuessler in my project phpPgAdmin6

    
answered by 31.05.2018 в 13:41