diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 5959c0ebc0..b58daaedd1 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -82,15 +82,15 @@ WHITELIST_EMAILS = [ PAGURE_EVENTS = { {% if copr_pagure_events %} - {% for instance, url in copr_pagure_events.items() %} - {% for topic in [ +{% for instance, url in copr_pagure_events.items() %} +{% for topic in [ 'git.receive', 'pull-request.new', 'pull-request.rebased', 'pull-request.updated', 'pull-request.comment.added'] %} '{{ instance }}.{{ topic }}' : '{{ url }}', - {% endfor %} - {% endfor %} +{% endfor %} +{% endfor %} {% endif %} }