Skip to content

Commit

Permalink
Merge pull request #1935 from heidiberry/main
Browse files Browse the repository at this point in the history
Reinstate missing fields for emails on push integration
  • Loading branch information
svanharmelen committed May 7, 2024
2 parents db7c135 + a13465b commit aee1e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services.go
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 aee1e19

Please sign in to comment.