Skip to content

Commit

Permalink
remove roslyn-infrastructure-current-swat
Browse files Browse the repository at this point in the history
  • Loading branch information
arunchndr authored Dec 3, 2024
1 parent 9e2b9b8 commit 54ce3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54ce3a1

Please sign in to comment.