From 2353554ba50f5aeb82611a365563b079de194c45 Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Wed, 20 Aug 2014 16:24:17 +0200 Subject: [PATCH] add required permission to label doc --- doc/workflow/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/labels.md b/doc/workflow/labels.md index 9ec51243386..085b7baf5ce 100644 --- a/doc/workflow/labels.md +++ b/doc/workflow/labels.md @@ -1,6 +1,6 @@ # Labels -In GitLab, you can easily tag issues and merge requests. To create a label, go to a project and then to `Issues` and then `Labels`. +In GitLab, you can easily tag issues and merge requests. If you have permission level `Developer` or higher, you can manage labels. To create, edit or delete a label, go to a project and then to `Issues` and then `Labels`. Here you can create a new label. -- GitLab