Add notification for badges to #fedora-badges
Fixes https://pagure.io/fedora-infrastructure/issue/7537 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
22e6aebc84
commit
4f04aa7973
1 changed files with 22 additions and 0 deletions
|
@ -614,6 +614,28 @@ config = dict(
|
|||
],
|
||||
),
|
||||
),
|
||||
|
||||
# Hook up #fedora-badges with badges messages
|
||||
dict(
|
||||
network='chat.freenode.net',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-badges',
|
||||
{% else %}
|
||||
nickname='fm-badges',
|
||||
{% endif %}
|
||||
channel='#fedora-badges',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(pagure.*(new|added)|mailman)).)*$',
|
||||
],
|
||||
body=['^((?!(fedora-badges|badges)).)*$'],
|
||||
),
|
||||
),
|
||||
|
||||
],
|
||||
|
||||
### Possible colors are ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue