Reputation: 126
Currently, all pull requests in a certain branch require a certain number of reviewers, as in this example: https://github.blog/2018-03-23-require-multiple-reviewers/
Is there a way to change the required number of reviewers on a per-PR basis as opposed to the entire branch?
Upvotes: 3
Views: 1152
Reputation: 1324937
It does not seem possible, and the GitHub API for creating a pull request certainly does not expose the number of reviewer as a potential parameter.
Similarly, changes to a pull request branch does not involve changing the number of reviewers.
Upvotes: 2