From 113b4b92c1aa1638d55a98c7e348f13d3dd9c0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 12 Jul 2023 08:19:38 +0200 Subject: [PATCH] Try to get the old FMN to not spam me so much MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/notifs/backend/templates/fmn.consumer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 2ce2fc8254..958bd84ff3 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -62,6 +62,7 @@ config = { '.buildsys.rpm.sign', '.faf.report.threshold1', '.github.status', + '.anitya.project.version.update.v2', # Can't handle the v2, only the v1 ], # This sets up four threads to handle incoming messages. At the time of