Search code examples
gitazureazure-devopsazure-repos

Branch Policies in Azure DevOps


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?


Solution

  • 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