Polyphemus Dashboard for {{ rc.github_owner }}/{{ rc.github_repo }}

{% if banner_message %}

{{ banner_message|safe }}

{% endif %} {% if open_prs %}

Open Pull Requests

{% for pr, status, bgcolor in open_prs %} {% if status %} {% if status.target_url %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
Issue NumberStatusMessageBaTLab Job
#{{ pr.number }}{{ status.state }}{{ status.description }}{{ status.description }}unknown
{% endif %} {% if closed_prs %}

Closed Pull Requests

{% for pr, status, bgcolor in closed_prs %} {% if status %} {% if status.target_url %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
Issue NumberStatusMessageBaTLab Job
#{{ pr.number }}{{ status.state }}{{ status.description }}{{ status.description }}unknown
{% endif %}