From ac58b41e484781a39fa07242104ce04735df7451 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 11 Mar 2020 23:01:13 +0000 Subject: [PATCH] Add OpenInfra Labs IRC channels to bots The OpenInfra Labs community is utilizing OpenDev to to collaborate (already have a mailing list and Git repository in OpenDev), and are interested in having some of OpenDev's bots assist with their IRC channels as well. Add these channels to the accessbot configuration first, to pave the way for others which will follow. Also set up gerritbot to report all changes for their repository namespace in their primary channel. Change-Id: Ief1a0ef61bc446f6013fb1ad3968cef2e72e8508 --- accessbot/channels.yaml | 2 ++ gerritbot/channels.yaml | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/accessbot/channels.yaml b/accessbot/channels.yaml index f73613066f..02cc895a6e 100755 --- a/accessbot/channels.yaml +++ b/accessbot/channels.yaml @@ -129,6 +129,8 @@ channels: - name: networking-sfc - name: oooq - name: opendev + - name: openinfralabs + - name: openinfralabs-monitoring - name: openstack - name: openstack-almanach - name: openstack-ansible diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 1fb01af34b..a430290e5f 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -255,6 +255,15 @@ opendev: - using-your-own - zuul +openinfralabs: + events: + - patchset-created + - change-merged + projects: + - ^openinfralabs/.* + branches: + - ^.* + openstack-almanach: events: - patchset-created