From a13465b38201031ef9003d1a7f706aa99d73c9e3 Mon Sep 17 00:00:00 2001 From: Heidi Berry Date: Mon, 6 May 2024 16:34:26 +0100 Subject: [PATCH] Reinstate missing fields for emails on push integration --- services.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services.go b/services.go index fa1511ada..41ccee4d3 100644 --- a/services.go +++ b/services.go @@ -504,6 +504,8 @@ type EmailsOnPushServiceProperties struct { Recipients string `json:"recipients"` DisableDiffs bool `json:"disable_diffs"` SendFromCommitterEmail bool `json:"send_from_committer_email"` + PushEvents bool `json:"push_events"` + TagPushEvents bool `json:"tag_push_events"` BranchesToBeNotified string `json:"branches_to_be_notified"` }