{% set mine_users = (state.usernames | default({})).values() | list %} {% if mrs %} {% set mine_count = [] %} {% set approved_count = [] %} {% for m in mrs %} {% if m.author in mine_users %}{% if mine_count.append(1) %}{% endif %}{% endif %} {% if m.approved %}{% if approved_count.append(1) %}{% endif %}{% endif %} {% endfor %}
| Repo | Title | Author | Branches | Status | Info |
|---|---|---|---|---|---|
{{ m.repo_name }} |
{{ m.title }} !{{ m.iid }} | {{ m.author }} |
{{ m.source_branch }}
→
{{ m.target_branch }}
|
{{ m.state }} | {% if m.user_notes_count %} {{ m.user_notes_count }} {% endif %} {% if m.approved %} {% endif %} |
No open merge requests.
{% endif %}