We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db7c135 + a13465b commit aee1e19Copy full SHA for aee1e19
services.go
@@ -504,6 +504,8 @@ type EmailsOnPushServiceProperties struct {
504
Recipients string `json:"recipients"`
505
DisableDiffs bool `json:"disable_diffs"`
506
SendFromCommitterEmail bool `json:"send_from_committer_email"`
507
+ PushEvents bool `json:"push_events"`
508
+ TagPushEvents bool `json:"tag_push_events"`
509
BranchesToBeNotified string `json:"branches_to_be_notified"`
510
}
511
0 commit comments