Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-19 01:39:18 +0300
committerGitHub <noreply@github.com>2022-08-19 01:39:18 +0300
commitf7a6f34ad28dfd6d18cfa15d7121bd325d8ec4f1 (patch)
tree87742cf1dca24f9c2a2c281ef46e52bc91c8edc0
parent9e01a404d47d39a3c8b28278d8fede1ac053d96f (diff)
[release/v7.3.0-rc.1] Update list of PS team members in release tools (#17928)
-rw-r--r--tools/releaseTools.psm15
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/releaseTools.psm1 b/tools/releaseTools.psm1
index c900135aae..388f3654c3 100644
--- a/tools/releaseTools.psm1
+++ b/tools/releaseTools.psm1
@@ -33,15 +33,14 @@ class CommitNode {
# These powershell team members don't use 'microsoft.com' for Github email or choose to not show their emails.
# We have their names in this array so that we don't need to query GitHub to find out if they are powershell team members.
$Script:powershell_team = @(
- "Robert Holt"
"Travis Plunk"
"dependabot-preview[bot]"
"dependabot[bot]"
- "Joey Aiello"
- "Tyler James Leonhardt"
+ "github-actions[bot]"
"Anam Navied"
"Andrew Schwartzmeyer"
"Jason Helmick"
+ "Patrick Meinecke"
)
# They are very active contributors, so we keep their email-login mappings here to save a few queries to Github.