#623 Fixing Anitya badge awarding
Merged 5 years ago by bex. Opened 5 years ago by bex.
Unknown source fix_anitya  into  master

file modified
+1 -1
@@ -12,7 +12,7 @@

  # 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.

Pull-Request has been merged by bex

5 years ago

@churchyard the badge is unfortunately still broken. An upstream code fix is required. I have a patch in review.

Metadata