I have setup on my Github repo a branch protection rule on master branch checking (activating) the following:
- Require pull request reviews before merging
- Required approving reviewers : 1
- Include administrators
- Restrict who can push to matching branches
I'm then in a situation that at least one from the team must approve a PR before someone can merge its own dev branch to master.
Apart from the above I would also want to select only some people that will have the permission to merge the reviewed and approved PR. Not everyone having access to the repo.
Is it possible to set this up?



