add centos-infra messages to centos-ci channel in freenode

Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
This commit is contained in:
siddharthvipul 2021-03-01 14:43:50 +05:30 committed by mobrien
parent 8f075d1409
commit e879f96433

View file

@ -642,6 +642,27 @@ config = dict(
),
),
# channel #centos-ci with centos-infra messages
dict(
network='chat.freenode.net',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fm-stg-centos-infra',
{% else %}
nickname='fm-centos-infra',
{% endif %}
channel='#centos-ci',
filters=dict(
topic=[
'^((?!(pagure)).)*$',
],
body=['^((?!(centos-infra)).)*$'],
),
),
],
### Possible colors are ###