From 2a6c3e70f9091c860a0aada8c8221491cabec39a Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 18 Feb 2026 05:29:47 +0100 Subject: [PATCH] Update services/pull/comment.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: silverwind --- services/pull/comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pull/comment.go b/services/pull/comment.go index 0ad0419441..c6a4ea5d50 100644 --- a/services/pull/comment.go +++ b/services/pull/comment.go @@ -92,7 +92,7 @@ func CreatePushPullComment(ctx context.Context, pusher *user_model.User, pr *iss } } - if isForcePush { // if it's a force push, we needs to add a force push comment + if isForcePush { // if it's a force push, we need to add a force push comment data.CommitIDs = []string{oldCommitID, newCommitID} data.IsForcePush = true dataJSON, err := json.Marshal(data)