Search code examples
githubversion-controlopen-source

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?

Solution

    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.