Pretty please, also send notifications to #pagure

This commit is contained in:
Pierre-Yves Chibon 2017-01-16 20:26:27 +01:00
parent 093bc398b3
commit 998c8482f9

View file

@ -284,6 +284,28 @@ config = dict(
),
),
# For pagure
dict(
network='chat.freenode.net',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fm-stg-pagure',
{% else %}
nickname='fm-pagure',
{% endif %}
channel='#pagure',
filters=dict(
topic=[
'^((?!(github\.star|pagure)).)*$',
],
body=[
"^((?!u'name': u'pagure').)*$",
],
),
),
# Hook up the design-team with badges messages
dict(