diff options
author | Mehdi Lahmam <mehdi@lahmam.com> | 2017-11-05 23:52:39 +0100 |
---|---|---|
committer | Mehdi Lahmam <mehdi@lahmam.com> | 2018-09-06 22:39:19 +0200 |
commit | 60bf55456edb3e06ba57dd1da20dffb5d0bfead7 (patch) | |
tree | 4e940c7ed408d04000cdf7b00b6c64a5e5159076 /doc | |
parent | 051007498d553d16172120b2ab7a79d0f244545c (diff) | |
download | gitlab-ce-60bf55456edb3e06ba57dd1da20dffb5d0bfead7.tar.gz |
Add /lock and /unlock quick actions
Closes #39173
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/quick_actions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index 8fdfd2a6f4d..9ad9155258f 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -44,3 +44,5 @@ do. | `/shrug` | Append the comment with `¯\_(ツ)_/¯` | | <code>/copy_metadata #issue | !merge_request</code> | Copy labels and milestone from other issue or merge request | | `/confidential` | Makes the issue confidential | +| `/lock` | Lock the discussion | +| `/unlock` | Unlock the discussion | |