Situation
We have a branch policy set up to require at least one reviewer to approve a pull request. When any database specific files change we automatically add our database engineering group as a required reviewer.
The Problem
When a database engineer approves the changes (specific to the database), the whole pull request is approved. However we would require another person to look at the rest of the PR.
Optimal Solution (that unfortunately does not work)
If a required reviewer is added to the PR, the minimal number of reviewers should be increased. Unfortunately VSTS does not support this, so how do we work around that limitation?