I'm new to github and have 2 questions:
- How many collaborators can I add to a public/private github repo?
- Can I prevent collaborators from merging pull requests?
CodePudding user response:
You can have an unlimited amount of contributors on public and private repositories.
I don't think you can prevent contributors from merging PRs.