mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add Slack notifications for Shippable. (#16428)
This commit is contained in:
parent
1f92ade584
commit
ca3aba72fc
1 changed files with 8 additions and 0 deletions
|
@ -68,3 +68,11 @@ integrations:
|
||||||
on_failure: always
|
on_failure: always
|
||||||
on_start: never
|
on_start: never
|
||||||
on_pull_request: always
|
on_pull_request: always
|
||||||
|
- integrationName: slack
|
||||||
|
type: slack
|
||||||
|
recipients:
|
||||||
|
- "#shippable"
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
on_pull_request: never
|
||||||
|
|
Loading…
Reference in a new issue