mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-01 09:50:18 +08:00
Only do ipsilon bot in prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -287,17 +287,14 @@ config = dict(
|
||||
),
|
||||
|
||||
# And #ipsilon
|
||||
{% if env == "production" %}
|
||||
dict(
|
||||
network='chat.freenode.net',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-ipsilon',
|
||||
{% else %}
|
||||
nickname='fm-ipsilon',
|
||||
{% endif %}
|
||||
channel='#ipsilon',
|
||||
# If the word ipsilon appears in any message, forward it.
|
||||
filters=dict(
|
||||
@@ -307,6 +304,7 @@ config = dict(
|
||||
body=['^((?!ipsilonpagure).)*$'],
|
||||
),
|
||||
),
|
||||
{% endif %}
|
||||
|
||||
# For pagure
|
||||
dict(
|
||||
|
||||
Reference in New Issue
Block a user