summaryrefslogtreecommitdiff
path: root/danger/specialization_labels
diff options
context:
space:
mode:
Diffstat (limited to 'danger/specialization_labels')
-rw-r--r--danger/specialization_labels/Dangerfile3
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|