Reputation: 3302
In Azure DevOps, consider the following sequence of events
How do we ensure that any additional changes done to an already approved PR needs to be re-approved?
Thanks
Upvotes: 13
Views: 7414
Reputation: 4065
There is an option on the Pull Request policy that supports this. Check the documentation.
- If Requestors can approve their own changes isn't selected, the creator of the pull request can still vote Approve on their pull request, but their vote won't count toward the Minimum number of reviewers.
- If any reviewer rejects the changes, the pull request can't finish unless you select Allow completion even if some reviewers vote to wait or reject.
- You can reset code reviewer votes when new changes are pushed to the source branch. Select Reset code reviewer votes when there are new changes.
Upvotes: 13