Skip to content

Commit

Permalink
Merge pull request #67 from microsoft/dev/rytoth/include-extensibilit…
Browse files Browse the repository at this point in the history
…y-team-of-insertions

Include the Extensibility team on insertion PRs
  • Loading branch information
RyanToth3 committed Mar 24, 2023
2 parents d678074 + fb1d68a commit 701b9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/variables/InsertReviewers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if (Test-Path "$PSScriptRoot\TeamEmail.ps1") {
}

$contacts += 'Andrew Arnott'
$contacts += 'VS Core - Extensibility'

$contacts = $contacts |? { $_ }
if ($contacts) {
Expand Down

0 comments on commit 701b9e4

Please sign in to comment.