Commit 26e88e87 authored by Evan Read's avatar Evan Read

Merge branch 'docs/remove_duplicate_scoped_labels_description' into 'master'

Removed duplicate content on scoped labels

See merge request gitlab-org/gitlab-ce!29579
parents 610bc0ee 43151a24
...@@ -24,10 +24,6 @@ in the label’s title, using the format `key::value`. For example: ...@@ -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) ![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. 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, For example, if an issue is already labeled `priority::3` and you apply the label `priority::2` to it,
`priority::3` is automatically removed. `priority::3` is automatically removed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment