From 43b57186306d2b91d1811f8e252654acc32efc66 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:31:30 -0800 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools for PR 7468 (#28150) Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/7468 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> --- eng/common/scripts/Submit-PullRequest.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/scripts/Submit-PullRequest.ps1 b/eng/common/scripts/Submit-PullRequest.ps1 index 890590fee6d4..f272ba479e3f 100644 --- a/eng/common/scripts/Submit-PullRequest.ps1 +++ b/eng/common/scripts/Submit-PullRequest.ps1 @@ -23,12 +23,12 @@ The body message for the pull request. The labels added to the PRs. Multple labels seperated by comma, e.g "bug, service" .PARAMETER UserReviewers User reviewers to request after opening the PR. Users should be a comma- -separated list with no preceeding `@` symbol (e.g. "user1,usertwo,user3") +separated list with no preceding `@` symbol (e.g. "user1,usertwo,user3") .PARAMETER TeamReviewers List of github teams to add as reviewers .PARAMETER Assignees Users to assign to the PR after opening. Users should be a comma-separated list -with no preceeding `@` symbol (e.g. "user1,usertwo,user3") +with no preceding `@` symbol (e.g. "user1,usertwo,user3") .PARAMETER CloseAfterOpenForTesting Close the PR after opening to save on CI resources and prevent alerts to code owners, assignees, requested reviewers, or others.