0

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?

weewoo
  • 135
  • 1
  • 5
  • 10

1 Answers1

0

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

Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114