Skip to content

Commit 701b9e4

Browse files
authored
Merge pull request #67 from microsoft/dev/rytoth/include-extensibility-team-of-insertions
Include the Extensibility team on insertion PRs
2 parents d678074 + fb1d68a commit 701b9e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines/variables/InsertReviewers.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if (Test-Path "$PSScriptRoot\TeamEmail.ps1") {
77
}
88

99
$contacts += 'Andrew Arnott'
10+
$contacts += 'VS Core - Extensibility'
1011

1112
$contacts = $contacts |? { $_ }
1213
if ($contacts) {

0 commit comments

Comments
 (0)