diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-12 00:10:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-12 00:10:00 +0000 |
commit | 81373fe07e0afe94e4d63a37c51a80c10132aeac (patch) | |
tree | 6f8fcfd6422d8416a9b292bef4fb03d9a3c7dd32 /danger/specialization_labels | |
parent | 68b6fd7fb2edaaae86a4ee8df02b7f9783672050 (diff) | |
download | gitlab-ce-81373fe07e0afe94e4d63a37c51a80c10132aeac.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/specialization_labels')
-rw-r--r-- | danger/specialization_labels/Dangerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/danger/specialization_labels/Dangerfile b/danger/specialization_labels/Dangerfile index 35125f20b14..2261fe23e4e 100644 --- a/danger/specialization_labels/Dangerfile +++ b/danger/specialization_labels/Dangerfile @@ -9,8 +9,7 @@ SPECIALIZATIONS = { docs: 'documentation', qa: 'QA', engineering_productivity: 'Engineering Productivity', - ci_template: 'ci::templates', - feature_flag: 'feature flag' + ci_template: 'ci::templates' }.freeze labels_to_add = project_helper.changes_by_category.each_with_object([]) do |(category, _changes), memo| |