Skip to content

Apply extra labels from group & stage in TeamLabelInference

What does this MR do and why?

This changes lib/devops_labels.rb to set extra labels in addition to stage / group labels. This works by using Hierarchy::Group#labels/Hierarchy::Stage#labels instead of Hierarchy::Group#label/Hierarchy::Stage#label, which include both #label and #extra_labels.

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Closes #1477 (closed)

Edited by Rémy Coutable

Merge request reports