Skip to content

Commit

Permalink
Update reviewers list (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Talia McCormick <tamccormick@microsoft.com>
  • Loading branch information
taliamccormick and Talia McCormick authored Mar 20, 2023
1 parent b6723b9 commit 7504c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/variables/InsertReviewers.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7504c23

Please sign in to comment.