Polyphemus Dashboard for {{ rc.github_owner }}/{{ rc.github_repo }}
{% if banner_message %}
{{ banner_message|safe }}
{% endif %}
{% if open_prs %}
Open Pull Requests
Issue Number | Status | Message | BaTLab Job |
{% for pr, status, bgcolor in open_prs %}
#{{ pr.number }} |
{% if status %}
{{ status.state }} |
{% if status.target_url %}
{{ status.description }} |
{% else %}
{{ status.description }} |
{% endif %}
{% else %}
unknown |
|
{% endif %}
|
{% endfor %}
{% endif %}
{% if closed_prs %}
Closed Pull Requests
Issue Number | Status | Message | BaTLab Job |
{% for pr, status, bgcolor in closed_prs %}
#{{ pr.number }} |
{% if status %}
{{ status.state }} |
{% if status.target_url %}
{{ status.description }} |
{% else %}
{{ status.description }} |
{% endif %}
{% else %}
unknown |
|
{% endif %}
|
{% endfor %}
{% endif %}