fedmsg-irc: drop #fedora-apps for now.

See discussion on infrastructure list.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-07-26 15:57:33 -07:00
parent e25775ed59
commit 3e0e15c349

View file

@ -56,27 +56,27 @@ config = dict(
), ),
# For fedora-apps # For fedora-apps
dict( # dict(
network='irc.libera.chat', # network='irc.libera.chat',
port=6667, # port=6667,
make_pretty=True, # make_pretty=True,
make_terse=True, # make_terse=True,
#
{% if env == 'staging' %} # {% if env == 'staging' %}
nickname='fm-stg-apps', # nickname='fm-stg-apps',
{% else %} # {% else %}
nickname='fm-apps', # nickname='fm-apps',
{% endif %} # {% endif %}
channel='fedora-apps', # channel='fedora-apps',
filters=dict( # filters=dict(
topic=[ # topic=[
'^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$', # '^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
], # ],
body=[ # body=[
"^((?!fedora-infra).)*$", # "^((?!fedora-infra).)*$",
], # ],
), # ),
), # ),
# For that commops crew! # For that commops crew!
dict( dict(