{# Repository section component - displays PRs for a single repository #}

{{ repo_owner }}/{{ repo_name }}

{% if description %}

{{ description }}

{% endif %}
{{ pr_count }} PR{{ "s" if pr_count != 1 else "" }} {% if star_increase is defined and star_increase != 0 %} | {% if star_increase == -1 %}>1000{% else %}+{{ star_increase }}{% endif %} ⭐ {% endif %}
{{ pr_table_html | safe }}