From e7ffa6600d528793351a0fe40991c6f022524419 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jan 22 2019 08:42:48 +0000 Subject: Allow whitelisting advisories based on the content_types. --- diff --git a/freshmaker/events.py b/freshmaker/events.py index 6586dc1..32fc922 100644 --- a/freshmaker/events.py +++ b/freshmaker/events.py @@ -294,6 +294,7 @@ class ErrataBaseEvent(BaseEvent): advisory_highest_cve_severity=self.advisory.highest_cve_severity, advisory_product_short_name=self.advisory.product_short_name, advisory_has_hightouch_bug=self.advisory.has_hightouch_bug, + advisory_content_types=' '.join(self.advisory.content_types), **kwargs)