mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Enable IRC and Slack notifications on Shippable.
This commit is contained in:
@@ -30,3 +30,19 @@ integrations:
|
||||
on_failure: never
|
||||
on_start: 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
|
||||
|
||||
Reference in New Issue
Block a user