summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-08-28 10:46:18 +0200
committerJames Lopez <james@jameslopez.es>2017-08-28 15:24:24 +0200
commiteef5135e0826b5f43a9229c82d482215546c7cf5 (patch)
treed38aba53e17f845de7e008e22dfa44b796d00dc6
parent7dbb86783d785d4ba2b5cf97eb88653fd9197e3c (diff)
downloadgitlab-ce-eef5135e0826b5f43a9229c82d482215546c7cf5.tar.gz
Fix events error importing GitLab projects
-rw-r--r--changelogs/unreleased/fix-import-events.yml5
-rw-r--r--lib/gitlab/import_export/import_export.yml4
2 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-import-events.yml b/changelogs/unreleased/fix-import-events.yml
new file mode 100644
index 00000000000..84b4410a019
--- /dev/null
+++ b/changelogs/unreleased/fix-import-events.yml
@@ -0,0 +1,5 @@
+---
+title: Fix events error importing GitLab projects
+merge_request:
+author:
+type: fixed
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml
index e5d4bb686e7..78795dd3d92 100644
--- a/lib/gitlab/import_export/import_export.yml
+++ b/lib/gitlab/import_export/import_export.yml
@@ -138,3 +138,7 @@ methods:
- :target_branch_sha
project:
- :description_html
+ events:
+ - :action
+ push_event_payload:
+ - :action \ No newline at end of file