summaryrefslogtreecommitdiff
path: root/danger/specialization_labels
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-21 12:07:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-21 12:07:45 +0000
commitd4c968c95c4b966a58d3fe76c25aeb6e97d84925 (patch)
treeb3d9237b97a50d813437d53eb9fbfd406417031f /danger/specialization_labels
parent3ab7e70965fd198aafefc5c1a0eaf7b695f6cabc (diff)
downloadgitlab-ce-d4c968c95c4b966a58d3fe76c25aeb6e97d84925.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'danger/specialization_labels')
-rw-r--r--danger/specialization_labels/Dangerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/danger/specialization_labels/Dangerfile b/danger/specialization_labels/Dangerfile
index 2261fe23e4e..35125f20b14 100644
--- a/danger/specialization_labels/Dangerfile
+++ b/danger/specialization_labels/Dangerfile
@@ -9,7 +9,8 @@ SPECIALIZATIONS = {
docs: 'documentation',
qa: 'QA',
engineering_productivity: 'Engineering Productivity',
- ci_template: 'ci::templates'
+ ci_template: 'ci::templates',
+ feature_flag: 'feature flag'
}.freeze
labels_to_add = project_helper.changes_by_category.each_with_object([]) do |(category, _changes), memo|