From 7504c23883d2d80568191531a03e1ed6a635fa89 Mon Sep 17 00:00:00 2001 From: Talia McCormick Date: Mon, 20 Mar 2023 12:33:26 -0700 Subject: [PATCH] Update reviewers list (#368) Co-authored-by: Talia McCormick --- azure-pipelines/variables/InsertReviewers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/variables/InsertReviewers.ps1 b/azure-pipelines/variables/InsertReviewers.ps1 index cb9b867df..922b04848 100644 --- a/azure-pipelines/variables/InsertReviewers.ps1 +++ b/azure-pipelines/variables/InsertReviewers.ps1 @@ -1,7 +1,7 @@ # This is a list of AzDO account names or email addresses. # Add your team DL and/or whoever should be notified of insertion PRs. $contacts = ,$env:BUILD_REQUESTEDFOREMAIL -$contacts += 'Andrew Arnott','tamccormick@microsoft.com' +$contacts += 'Andrew Arnott','anva@microsoft.com' if (Test-Path "$PSScriptRoot\TeamEmail.ps1") { $contacts += & "$PSScriptRoot\TeamEmail.ps1"