Commit 591fc8f5 authored by Peter Leitzen's avatar Peter Leitzen

Document `/tag` in quick actions user doc

parent ac6b1ad0
# GitLab quick actions # GitLab quick actions
Quick actions are textual shortcuts for common actions on issues or merge Quick actions are textual shortcuts for common actions on issues, merge requests
requests that are usually done by clicking buttons or dropdowns in GitLab's UI. 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 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 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 detected and executed. The commands are removed from the issue, merge request or
...@@ -39,7 +39,8 @@ do. ...@@ -39,7 +39,8 @@ do.
| `/board_move ~column` | Move issue to column on the board | | `/board_move ~column` | Move issue to column on the board |
| `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue | | `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue |
| `/move path/to/project` | Moves issue to another project | | `/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 `(╯°□°)╯︵ ┻━┻` | | `/tableflip` | Append the comment with `(╯°□°)╯︵ ┻━┻` |
| `/shrug` | 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 | | <code>/copy_metadata #issue &#124; !merge_request</code> | Copy labels and milestone from other issue or merge request |
| `/confidential` | Makes the issue confidential | | `/confidential` | Makes the issue confidential |
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment