From 5bc0e317021b4a6cd8667036ca0c6fca4b6bb51c Mon Sep 17 00:00:00 2001 From: Brian (bex) Exelbierd Date: Jun 11 2018 14:07:02 +0000 Subject: Fixing Anitya badge awarding Fixes https://github.com/fedora-infra/tahrir/issues/364 Fixes https://pagure.io/fedora-badges/issue/357 --- diff --git a/rules/anitya-map-01.yml b/rules/anitya-map-01.yml index cb61857..34129b1 100644 --- a/rules/anitya-map-01.yml +++ b/rules/anitya-map-01.yml @@ -12,7 +12,7 @@ issuer_id: fedora-project # we receive messages that match this 'trigger' trigger: all: - - topic: anitya.project.map.new + - topic: org.release-monitoring.prod.anitya.project.map.new - lambda: msg.get('msg', {}).get('distro', {}).get('name', '').lower() == 'fedora' # Once the check has been triggered, this defines what we actually check.