Add a note about nested scopes matching

This commit is contained in:
Jan Provaznik 2019-05-20 10:18:08 +02:00
parent 82c4a99cdc
commit 817c2c44f5
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ 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.
NOTE: **Note:**
In the case where labels have multiple sets of `::`, the longest path is used
for mutual exclusivity check. For example, for label `some::key::value` we
would check for exclusivity on `some::key::` level instead of `some::` - this
allows finer grained organization.
### Workflows with scoped labels **[PREMIUM]**
Suppose you wanted a custom field in issues to track the platform operating system