Skip to content

Commit

Permalink
Reinstate missing fields for emails on push integration
Browse files Browse the repository at this point in the history
  • Loading branch information
heidiberry committed May 6, 2024
1 parent db7c135 commit a13465b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit a13465b

Please sign in to comment.