Skip to content

Commit bdfbfe4

Browse files
committed
Test
1 parent 5cd50d7 commit bdfbfe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/pullrequests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,7 @@ func SubmitPendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.
13591359
Event string
13601360
Body *string
13611361
}
1362+
return "Test", nil
13621363
if err := mapstructure.Decode(request.Params.Arguments, &params); err != nil {
13631364
return mcp.NewToolResultError(err.Error()), nil
13641365
}

0 commit comments

Comments
 (0)