I want to add extra reviewers to a pull request if the changeset breaks some custom rules.
I know I can add extra reviewers if certain files are touched. But in our case if we see certain things in any changed file (for instance certain columns are touched in our database), then extra reviewers are added.
In use Azure Functions to create custom branch policies I can see that you can create custom policies but how can you add extra reviewers from the rules therein?