add centos-infra messages to centos-ci channel in freenode
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
This commit is contained in:
parent
8f075d1409
commit
e879f96433
1 changed files with 21 additions and 0 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue