Skip to content

Commit

Permalink
Merge pull request #7495 from dotnet/arunchndr-patch-1
Browse files Browse the repository at this point in the history
remove roslyn-infrastructure-current-swat
  • Loading branch information
arunchndr authored Dec 4, 2024
2 parents 9e2b9b8 + 54ce3a1 commit 99db1b8
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 99db1b8

Please sign in to comment.