Commit 52d66482 authored by and07's avatar and07 Committed by Sander van Harmelen

Update event_types.go (#530)

* Update event_types.go

* Update event_types.go
parent ffbc4795
......@@ -413,6 +413,7 @@ type MergeEvent struct {
ObjectKind string `json:"object_kind"`
User *User `json:"user"`
Project struct {
ID int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
AvatarURL string `json:"avatar_url"`
......@@ -575,6 +576,7 @@ type PipelineEvent struct {
AvatarURL string `json:"avatar_url"`
} `json:"user"`
Project struct {
ID int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
AvatarURL string `json:"avatar_url"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment