From 2d3576e48674ff8eb7a24434f342a22376d7c2a9 Mon Sep 17 00:00:00 2001 From: Francesc Holly <47240267+CescHolly@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:28:34 +0200 Subject: [PATCH] Add ObjectAttributes.Name to PipelineEvent --- event_webhook_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/event_webhook_types.go b/event_webhook_types.go index f66511517..fa1fe5c7d 100644 --- a/event_webhook_types.go +++ b/event_webhook_types.go @@ -794,6 +794,7 @@ type PipelineEvent struct { ObjectAttributes struct { ID int `json:"id"` IID int `json:"iid"` + Name string `json:"name"` Ref string `json:"ref"` Tag bool `json:"tag"` SHA string `json:"sha"`