25a99df
@@ -153,7 +153,7 @@
if "CLOSED" in bug.status:
closed_ids.add(bug.id)
continue
- if bug.creator == 'Upstream Release Monitoring':
+ if bug.creator == 'upstream-release-monitoring@fedoraproject.org':
keywords.add("ReleaseMonitoring")
if "abrt_hash" in bug.whiteboard:
keywords.add("ABRT")
Fixes https://pagure.io/fedora-qa/packager_dashboard/issue/111
:thumbsup:
Pull-Request has been merged by frantisekz
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
Fixes https://pagure.io/fedora-qa/packager_dashboard/issue/111