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’s 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’re a Front End Architect who wants to be aware of any changes to the UI or if you’re a DBA who wants to review any database migrations.