summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-04-24 15:25:04 +0000
committerRémy Coutable <remy@rymai.me>2018-04-24 15:25:04 +0000
commit878ad484cd489d09df6a7944ebe0099ee38e46c7 (patch)
tree9805f3c8925486496b05d88c78e341eb46f3ccb9 /doc
parent906fc00c33611ca2e5e3e66892cc990b05071d9f (diff)
parent6a88ffb412430820e23f19c7c32049abe1a019c3 (diff)
downloadgitlab-ce-878ad484cd489d09df6a7944ebe0099ee38e46c7.tar.gz
Merge branch 'matbaj/gitlab-ce-add-inherit-command' into 'master'
Add copy_metadata quick action Closes #38450 See merge request gitlab-org/gitlab-ce!18497
Diffstat (limited to 'doc')
-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 442fc978284..2f4ed3493c2 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -38,6 +38,7 @@ do.
| `/award :emoji:` | Toggle award for :emoji: |
| `/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 |
-| `/tableflip` | Append the comment with `(╯°□°)╯︵ ┻━┻` |
-| `/shrug` | Append the comment with `¯\_(ツ)_/¯` | \ No newline at end of file
+| `/move path/to/project` | Moves issue to another project |
+| `/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 |