Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many collaborators can I add to a public/private github repo? Can I prevent collaborators from merging pull requests?

I have 2 questions:

  1. How many collaborators can I add to a public/private github repo?
  2. Can I prevent collaborators from merging pull requests?
like image 320
Abdulwahab Almestekawy Avatar asked Sep 01 '25 10:09

Abdulwahab Almestekawy


1 Answers

  1. You can have an unlimited amount of contributors on public and private repositories.

  2. I don't think you can prevent contributors from merging PRs.

like image 155
Ethan Avatar answered Sep 04 '25 23:09

Ethan