From 3575bcf0c0e5140413a2a179a58b10190a58f7a7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 8 May 2015 18:48:10 +0000 Subject: [PATCH] Also, ignore these. --- 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 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