Pretty please, also send notifications to #pagure
This commit is contained in:
parent
093bc398b3
commit
998c8482f9
1 changed files with 22 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue