fedmsg: Add Pagure notices to #fedora-workstation
This commit is contained in:
parent
628622593f
commit
2e51c4f77b
1 changed files with 23 additions and 0 deletions
|
@ -503,6 +503,29 @@ config = dict(
|
|||
],
|
||||
),
|
||||
),
|
||||
|
||||
# For #fedora-workstation
|
||||
dict(
|
||||
network='chat.freenode.net',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-workstation',
|
||||
{% else %}
|
||||
nickname='fm-workstation',
|
||||
{% endif %}
|
||||
channel='#fedora-workstation',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(pagure)).)*$',
|
||||
],
|
||||
body=[
|
||||
"^((?!(fedora-workstation)).)*$",
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
### Possible colors are ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue