summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/project_hash_serializer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/import_export/project_hash_serializer.rb')
-rw-r--r--lib/gitlab/import_export/project_hash_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/project_hash_serializer.rb b/lib/gitlab/import_export/project_hash_serializer.rb
index de95a36c0f9..ba3d63fcd49 100644
--- a/lib/gitlab/import_export/project_hash_serializer.rb
+++ b/lib/gitlab/import_export/project_hash_serializer.rb
@@ -3,7 +3,7 @@
module Gitlab
module ImportExport
class ProjectHashSerializer
- CLASSES_TO_HASH = %w(Milestone).freeze
+ CLASSES_TO_HASH = %w(Milestone GroupLabel).freeze
attr_reader :project, :tree, :cache