diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 4901876d80..f1175da4d2 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -64,6 +64,7 @@ config = { '.buildsys.repo.done', '.buildsys.rpm.sign', '.faf.report.threshold1', + '.github.status', ], # This sets up four threads to handle incoming messages. At the time of