File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ $Script:powershell_team = @(
5252
5353$Script :powershell_team_emails = @ (
5454 " tylerl0706@gmail.com"
55- " rjmholt@gmail .com"
55+ " rjmholt_msft@outlook .com"
5656)
5757
5858# Very active contributors; keep their email-login mappings here to save a few queries to Github.
@@ -311,6 +311,7 @@ function Get-ChangeLog
311311 $message = $commit.Subject
312312 }
313313
314+ $userToThank = $null
314315 if (-not ($commit.AuthorEmail.EndsWith (" @microsoft.com" ) -or ($powershell_team -contains $commit.AuthorName ) -or ($powershell_team_emails -contains $commit.AuthorEmail ))) {
315316 if ($Script :community_login_map.ContainsKey ($commit.AuthorEmail )) {
316317 $commit.AuthorGitHubLogin = $Script :community_login_map [$commit.AuthorEmail ]
You can’t perform that action at this time.
0 commit comments