Skip to content

Avoid conflict with Admin labels when importing GitHub labels

What does this MR do?

If the GitHub project have duplicated labels from the Admin labels, the importer will use the Admin label.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

GitHub importer will not apply duplicated labels from the Admin labels to Issues/MRs.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21319

Merge request reports