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
path: root/doc/user
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-10 15:24:46 +0300
committerRémy Coutable <remy@rymai.me>2018-09-10 15:24:46 +0300
commit4a5f4c657d3389affbbe17f2cc8e38365d1d51b2 (patch)
treede72df08a00789d6063755fca499bda928a933c6 /doc/user
parentd3ff9e9c6745839c2b26404a7e2c79a6ac8036b8 (diff)
parente39962b019dcdf675875e7cf7d62d375345b7c03 (diff)
Merge branch 'lock-unlock-quick-actions' into 'master'
Add /lock and /unlock quick actions Closes #39173 See merge request gitlab-org/gitlab-ce!15197
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/quick_actions.md2
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 &#124; !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 |