Branch Policies in Azure DevOps

118 views Asked by At

I want to add 3 reviewers for my code to merge from dev branch to master branch but I want it so that if 1 of the 3 reviewers approve the merge then my branches can merge. Is this something that is possible?

1

There are 1 answers

0
Shayki Abramczyk On BEST ANSWER

In the branch policies you need to configure that 1 reviewer is required:

enter image description here

When you create the PR add many reviewers you want as optional:

enter image description here