From cb3c9accd9fdfeab862b8cd4bb32bb86749e47ed Mon Sep 17 00:00:00 2001 From: Stanislav Lashmanov Date: Wed, 22 Oct 2025 18:10:15 +0400 Subject: [PATCH] Remove ambiguity from merge request review docs Do not explicitly mention resolving threads, since a pending comment postpones all actions inside it until the review is submitted. --- doc/user/project/merge_requests/reviews/_index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/user/project/merge_requests/reviews/_index.md b/doc/user/project/merge_requests/reviews/_index.md index b4779a54e9b2bc..94557474871e56 100644 --- a/doc/user/project/merge_requests/reviews/_index.md +++ b/doc/user/project/merge_requests/reviews/_index.md @@ -192,11 +192,8 @@ To resolve or reopen a thread when replying to a comment: 1. Select or clear **Resolve thread** or **Reopen thread**. 1. Select **Add comment now** or **Add to review**. -Pending comments display information about delayed actions. GitLab does not perform these actions -until you publish the comment: - -- {{< icon name="check-circle-filled" >}} Resolves thread. -- {{< icon name="check-circle" >}} Thread stays open. +Pending comments display information about delayed actions. +These actions will execute when you submit a review. ## Submit a review -- GitLab