fedmsg / irc: adjust #fedora-flatpaks bot a bit

Try to limit the messages to PRs and git commits in flatpaks/
namespace, and bodhi FEDORA-FLATPAK updates.

Signed-off-by: Kalev Lember <klember@redhat.com>
This commit is contained in:
Kalev Lember 2023-02-01 23:04:43 +01:00
parent b08a95a1d6
commit 6fbab55010
1 changed files with 3 additions and 2 deletions

View File

@ -697,12 +697,13 @@ config = dict(
nickname='fm-flatpaks',
{% endif %}
channel='fedora-flatpaks',
# show PRs and git commits for flatpaks/ namespace, and bodhi FEDORA-FLATPAK updates
filters=dict(
topic=[
'^((?!(pagure)).)*$',
'^((?!(pagure\.pull-request|git\.receive|bodhi\.update)).)*$',
],
body=[
'^((?!(flatpaks)).)*$',
'^((?!(flatpaks\/|FEDORA-FLATPAK)).)*$',
],
),
),