fedmsg / irc: drop #fedora-flatpaks bot

We have tested it for a week now and it turned out that the bot's
verbosity was effectively killing communication in the channel.

Signed-off-by: Kalev Lember <klember@redhat.com>
This commit is contained in:
Kalev Lember 2023-02-06 17:21:51 +01:00
parent 2b4e3c2f0e
commit 9853012f58

View file

@ -684,29 +684,6 @@ config = dict(
# ),
# ),
# For #fedora-flatpaks
dict(
network='irc.libera.chat',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fm-stg-flatpaks',
{% else %}
nickname='fm-flatpaks',
{% endif %}
channel='fedora-flatpaks',
# show PRs and git commits for flatpaks/ namespace, and bodhi FEDORA-FLATPAK updates
filters=dict(
topic=[
'^((?!(pagure\.pull-request|git\.receive|bodhi\.update)).)*$',
],
body=[
'^((?!(flatpaks\/|FEDORA-FLATPAK)).)*$',
],
),
),
],
### Possible colors are ###