From fb1d68af6cfee6a6a808c6477c99f8a45fcf4568 Mon Sep 17 00:00:00 2001 From: Ryan Toth Date: Thu, 23 Mar 2023 07:34:37 -0700 Subject: [PATCH] Include the Extensibility team on insertion PRs --- azure-pipelines/variables/InsertReviewers.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines/variables/InsertReviewers.ps1 b/azure-pipelines/variables/InsertReviewers.ps1 index f7849ecf..2ef8ebdc 100644 --- a/azure-pipelines/variables/InsertReviewers.ps1 +++ b/azure-pipelines/variables/InsertReviewers.ps1 @@ -7,6 +7,7 @@ if (Test-Path "$PSScriptRoot\TeamEmail.ps1") { } $contacts += 'Andrew Arnott' +$contacts += 'VS Core - Extensibility' $contacts = $contacts |? { $_ } if ($contacts) {