diff options
author | Mateusz Bajorski <ematib@gmail.com> | 2018-01-15 07:46:19 +0100 |
---|---|---|
committer | Mateusz Bajorski <ematib@gmail.com> | 2018-03-03 12:12:38 +0100 |
commit | 4f10cad9ffdc508dbcecd477e93921367a69477d (patch) | |
tree | aae65f666695513cd1f462829955db66da4e199c /doc | |
parent | 405c4caeb00680d2ca809b56d1d2ea98433611dd (diff) | |
download | gitlab-ce-4f10cad9ffdc508dbcecd477e93921367a69477d.tar.gz |
Add Inherit quick action
Closes #38450
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/quick_actions.md | 3 |
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 | |