Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit fbaa00e

Browse files
Reply to standalone comment should not be pending
1 parent f0d6a71 commit fbaa00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Services/PullRequestSessionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public async Task<IPullRequestReviewCommentModel> PostPendingReviewCommentReply(
517517
OriginalCommitId = x.Comment.OriginalCommit.Oid,
518518
PullRequestReviewId = x.Comment.PullRequestReview.DatabaseId.Value,
519519
User = user,
520-
IsPending = true,
520+
IsPending = false,
521521
});
522522

523523
var result = await graphql.Run(addComment);

0 commit comments

Comments
 (0)