In Azure DevOps, consider the following sequence of events
- PR is created by developer, not marked as auto-complete
- PR is reviewed and approved by the reviewer (requrired policy is atleast 1 reviewer)
- Additional changes are made by the developer, PR gets updated automatically
- PR is completed and includes the changes made in (3) above, which are not reviewed by anyone
How do we ensure that any additional changes done to an already approved PR needs to be re-approved?
Thanks

