Fix events error importing GitLab projects
This commit is contained in:
parent
7dbb86783d
commit
eef5135e08
2 changed files with 9 additions and 0 deletions
5
changelogs/unreleased/fix-import-events.yml
Normal file
5
changelogs/unreleased/fix-import-events.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix events error importing GitLab projects
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: fixed
|
|
@ -138,3 +138,7 @@ methods:
|
||||||
- :target_branch_sha
|
- :target_branch_sha
|
||||||
project:
|
project:
|
||||||
- :description_html
|
- :description_html
|
||||||
|
events:
|
||||||
|
- :action
|
||||||
|
push_event_payload:
|
||||||
|
- :action
|
Loading…
Reference in a new issue