diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-13 17:59:57 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-15 12:12:35 +0100 |
commit | a084437b5c1b7226ce64e74bab1972bb1dbd49e0 (patch) | |
tree | fde3f621dd78dad5b3ac932d5bd24179b0a739f1 /doc/user/project/slash_commands.md | |
parent | 6038355f9e802f5078e19d31166e2c05b7b21af1 (diff) | |
download | gitlab-ce-a084437b5c1b7226ce64e74bab1972bb1dbd49e0.tar.gz |
Rename builds to jobs in docs
[ci skip]
Diffstat (limited to 'doc/user/project/slash_commands.md')
-rw-r--r-- | doc/user/project/slash_commands.md | 2 |
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 | |