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:
parent
2b4e3c2f0e
commit
9853012f58
1 changed files with 0 additions and 23 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue