Skip to content

Commit

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

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

0 comments on commit f54c235

Please sign in to comment.