summaryrefslogtreecommitdiff
path: root/doc/user/project/slash_commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/slash_commands.md')
-rw-r--r--doc/user/project/slash_commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md
index 2fddd7c6503..ad5d51d34f2 100644
--- a/doc/user/project/slash_commands.md
+++ b/doc/user/project/slash_commands.md
@@ -14,7 +14,7 @@ do.
|:---------------------------|:-------------|
| `/close` | Close the issue or merge request |
| `/reopen` | Reopen the issue or merge request |
-| `/merge` | Merge (when build succeeds) |
+| `/merge` | Merge (when pipeline succeeds) |
| `/title <New title>` | Change title |
| `/assign @username` | Assign |
| `/unassign` | Remove assignee |