Skip to content

Commit aee1e19

Browse files
authored
Merge pull request xanzy#1935 from heidiberry/main
Reinstate missing fields for emails on push integration
2 parents db7c135 + a13465b commit aee1e19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ type EmailsOnPushServiceProperties struct {
504504
Recipients string `json:"recipients"`
505505
DisableDiffs bool `json:"disable_diffs"`
506506
SendFromCommitterEmail bool `json:"send_from_committer_email"`
507+
PushEvents bool `json:"push_events"`
508+
TagPushEvents bool `json:"tag_push_events"`
507509
BranchesToBeNotified string `json:"branches_to_be_notified"`
508510
}
509511

0 commit comments

Comments
 (0)