зеркало из https://github.com/microsoft/msquic.git
Remove email from optional reviewers (#2443)
This commit is contained in:
Родитель
8ac5e37a9f
Коммит
85b4cbe73b
|
@ -54,7 +54,7 @@ class CheckinBranch {
|
|||
[string]$completePR = "False";
|
||||
[string]$pullRequestTitle;
|
||||
[string]$workitem = "37338822"
|
||||
[string]$optionalReviewers = "thhous@microsoft.com;nibanks@microsoft.com"
|
||||
[string]$optionalReviewers = "nibanks@microsoft.com"
|
||||
[CheckinFile[]]$CheckinFiles;
|
||||
|
||||
CheckinBranch($ManifestFile, $BranchToPushTo, $PRTitle) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче