Skip to content

Commit

Permalink
Remove email from optional reviewers (microsoft#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
thhous-msft authored Mar 1, 2022
1 parent 8ac5e37 commit 85b4cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-git-checkin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CheckinBranch {
[string]$completePR = "False";
[string]$pullRequestTitle;
[string]$workitem = "37338822"
[string]$optionalReviewers = "[email protected];[email protected]"
[string]$optionalReviewers = "[email protected]"
[CheckinFile[]]$CheckinFiles;

CheckinBranch($ManifestFile, $BranchToPushTo, $PRTitle) {
Expand Down

0 comments on commit 85b4cbe

Please sign in to comment.