Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Bajorski <ematib@gmail.com>2018-01-15 09:46:19 +0300
committerMateusz Bajorski <ematib@gmail.com>2018-03-03 14:12:38 +0300
commit4f10cad9ffdc508dbcecd477e93921367a69477d (patch)
treeaae65f666695513cd1f462829955db66da4e199c /doc/user/project/quick_actions.md
parent405c4caeb00680d2ca809b56d1d2ea98433611dd (diff)
Add Inherit quick action
Closes #38450
Diffstat (limited to 'doc/user/project/quick_actions.md')
-rw-r--r--doc/user/project/quick_actions.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 442fc978284..3b6bdc8ca3d 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -40,4 +40,5 @@ do.
| `/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
+| `/shrug` | Append the comment with `¯\_(ツ)_/¯` |
+| `/inherit #issue` | Inherit (copy) labels and milestone from other issue |