Enable Shippable email notifications. (#16429)
This commit is contained in:
parent
ca3aba72fc
commit
5fdcc2f2b0
1 changed files with 4 additions and 2 deletions
|
@ -56,8 +56,10 @@ integrations:
|
||||||
notifications:
|
notifications:
|
||||||
- integrationName: email
|
- integrationName: email
|
||||||
type: email
|
type: email
|
||||||
on_success: never
|
recipients:
|
||||||
on_failure: never
|
--last_committer
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
on_start: never
|
on_start: never
|
||||||
on_pull_request: never
|
on_pull_request: never
|
||||||
- integrationName: irc
|
- integrationName: irc
|
||||||
|
|
Loading…
Reference in a new issue