mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Enable IRC and Slack notifications on Shippable.
This commit is contained in:
parent
a7bef31ab3
commit
72cd76e023
1 changed files with 16 additions and 0 deletions
|
@ -30,3 +30,19 @@ integrations:
|
||||||
on_failure: never
|
on_failure: never
|
||||||
on_start: never
|
on_start: never
|
||||||
on_pull_request: never
|
on_pull_request: never
|
||||||
|
- integrationName: irc
|
||||||
|
type: irc
|
||||||
|
recipients:
|
||||||
|
- "chat.freenode.net#ansible-notices"
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
on_pull_request: always
|
||||||
|
- integrationName: slack
|
||||||
|
type: slack
|
||||||
|
recipients:
|
||||||
|
- "#shippable"
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
on_pull_request: never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue