{% from "events/_macros.html" import repo_url, repo_label, pull_url, commit_url %}
{% set repo_href = repo_url(event.summary) %}
{% set pull_href = pull_url(event.summary) %}
{% set merge_commit_href = commit_url(event.summary) %}
{% set action_html %}
merged pull{% if repo_href %} in {{ repo_label(event.summary) }}{% endif %}
{% endset %}
{% set detail_html %}
{{ event.summary.merge_commit_oid[:8] }}
{% endif %}