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:
authorRussell Dickenson <rdickenson@gitlab.com>2019-06-13 03:00:05 +0300
committerEvan Read <eread@gitlab.com>2019-06-13 03:00:05 +0300
commit43151a24a5242a5b00baf56a2f1d38fd6e0c5bf2 (patch)
tree38bec3b4642a84808aa8fa21036c71f48680bb42 /doc/user
parent610bc0ee046e3b685f657dde18674f10ee78b44a (diff)
Removed duplicate content on scoped labels
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/labels.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md
index 71a595e49b0..3eca1313a18 100644
--- a/doc/user/project/labels.md
+++ b/doc/user/project/labels.md
@@ -24,10 +24,6 @@ in the label’s title, using the format `key::value`. For example:
![A sample scoped label](img/key_value_labels.png)
-Two scoped labels with the same key but a different value cannot simultaneously
-apply to an issue, epic, or merge request. For example, if an issue already has `priority::3`
-and you apply `priority::2` to it, `priority::3` is automatically removed from the issue.
-
An issue, epic, or merge request cannot have two scoped labels with the same key.
For example, if an issue is already labeled `priority::3` and you apply the label `priority::2` to it,
`priority::3` is automatically removed.