summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-03 14:31:48 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-03 15:50:22 -0300
commita6affc66dc93e178f6f96a84fae5a481c1a9803a (patch)
treec49316ec00bcbcdeae0fe9ff13a69e9a5323afe9 /lib/gitlab/github_import
parent0b7d10fb2dd3470a8328133f3273ad9d499e3af2 (diff)
downloadgitlab-ce-a6affc66dc93e178f6f96a84fae5a481c1a9803a.tar.gz
Rename skip_metrics to imported on the importable concern
Diffstat (limited to 'lib/gitlab/github_import')
-rw-r--r--lib/gitlab/github_import/pull_request_formatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/github_import/pull_request_formatter.rb b/lib/gitlab/github_import/pull_request_formatter.rb
index b347e0b0feb..150afa31432 100644
--- a/lib/gitlab/github_import/pull_request_formatter.rb
+++ b/lib/gitlab/github_import/pull_request_formatter.rb
@@ -21,7 +21,7 @@ module Gitlab
assignee_id: assignee_id,
created_at: raw_data.created_at,
updated_at: raw_data.updated_at,
- skip_metrics: true
+ imported: true
}
end