mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
add centos-infra messages to centos-ci channel in freenode
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user