Auto add pull request reviewers
Today I learned that Azure DevOps lets you automatically include reviewers for a pull request if modifies certain files. This is very similar to Github鈥檚 code owners file with the key difference being that you configure it through the repo setting in Azure DevOps instead of committing a file. I find this very useful for example if you鈥檙e a Front End Architect who wants to be aware of any changes to the UI or if you鈥檙e a DBA who wants to review any database migrations. ...