summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorPeter Leitzen <pl@neopoly.de>2018-07-23 20:08:54 +0200
committerPeter Leitzen <pl@neopoly.de>2018-08-10 16:45:11 +0200
commit591fc8f57f6c9242d291ffc059124d7a0f2d21b8 (patch)
tree5ec8b27840bdb94fef0a0caace366eb894669cbf /doc/user/project
parentac6b1ad09712f9f9cdcb5a6479767d69ad689aa4 (diff)
downloadgitlab-ce-591fc8f57f6c9242d291ffc059124d7a0f2d21b8.tar.gz
Document `/tag` in quick actions user doc
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/quick_actions.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 0ef8eddad20..8fdfd2a6f4d 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -1,7 +1,7 @@
# GitLab quick actions
-Quick actions are textual shortcuts for common actions on issues or merge
-requests that are usually done by clicking buttons or dropdowns in GitLab's UI.
+Quick actions are textual shortcuts for common actions on issues, merge requests
+or commits that are usually done by clicking buttons or dropdowns in GitLab's UI.
You can enter these commands while creating a new issue or merge request, and
in comments. Each command should be on a separate line in order to be properly
detected and executed. The commands are removed from the issue, merge request or
@@ -39,7 +39,8 @@ do.
| `/board_move ~column` | Move issue to column on the board |
| `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue |
| `/move path/to/project` | Moves issue to another project |
+| `/tag v1.2.3 <message>` | Tags a commit with a given tag name and optional message |
| `/tableflip` | Append the comment with `(╯°□°)╯︵ ┻━┻` |
| `/shrug` | Append the comment with `¯\_(ツ)_/¯` |
| <code>/copy_metadata #issue &#124; !merge_request</code> | Copy labels and milestone from other issue or merge request |
-| `/confidential` | Makes the issue confidential | \ No newline at end of file
+| `/confidential` | Makes the issue confidential |