diff --git a/.github/workflows/review-sdk.yml b/.github/workflows/review-sdk.yml index d10342a469..2bdef89dcc 100644 --- a/.github/workflows/review-sdk.yml +++ b/.github/workflows/review-sdk.yml @@ -46,7 +46,7 @@ jobs: run: | gh api graphql -f query=' mutation($review: ID!) { - submitPullRequestReview(input: {pullRequestReviewId: $review, event: REQUEST_CHANGES, body: "This PR changes the .NET SDK version. Review required from @dotnet/roslyn-infrastructure-current-swat before merging."}) { + submitPullRequestReview(input: {pullRequestReviewId: $review, event: REQUEST_CHANGES, body: "This PR changes the .NET SDK version. Review required from @dotnet/roslyn-infrastructure before merging."}) { clientMutationId } }' -f review=$REVIEW_ID