{% from "events/_macros.html" import repo_url, repo_label, pull_url %}
{% set repo_href = repo_url(event.summary) %}
{% set pull_href = pull_url(event.summary) %}
{% set action_html %}
updated review on pull{% if repo_href %} in {{ repo_label(event.summary) }}{% endif %}
{% endset %}
{% set detail_html %}