summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMateusz Bajorski <ematib@gmail.com>2018-01-21 18:16:56 +0100
committerMateusz Bajorski <ematib@gmail.com>2018-03-03 12:12:38 +0100
commita0adf87707e44fda83aca859b41ce18372a1c72b (patch)
treee22f584c448c5a1c6b4664f1f7efb175e24a7493 /doc
parent4f10cad9ffdc508dbcecd477e93921367a69477d (diff)
downloadgitlab-ce-a0adf87707e44fda83aca859b41ce18372a1c72b.tar.gz
Changed command name to copy_metadata and added MR support
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/quick_actions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 3b6bdc8ca3d..e2e2b859d35 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -41,4 +41,4 @@ do.
| `/move path/to/project` | Moves issue to another project |
| `/tableflip` | Append the comment with `(╯°□°)╯︵ ┻━┻` |
| `/shrug` | Append the comment with `¯\_(ツ)_/¯` |
-| `/inherit #issue` | Inherit (copy) labels and milestone from other issue |
+| <code>/copy_metadata &lt; #issue &#124; !merge_request &gt;</code> | copy_metadata labels and milestone from other issue or merge request |