mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #16132 from mattclay/shippable-irc
Add IRC notifications to shippable.yml.
This commit is contained in:
commit
a7d7cdae1f
1 changed files with 8 additions and 0 deletions
|
@ -55,3 +55,11 @@ 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
|
||||
|
|
Loading…
Reference in a new issue