mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
fedmsg: Add Pagure notices to #fedora-workstation
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user