{% extends "base.html" %} {% block content %} {% include "includes/sidenav.html" %} PR Analysis Reports

PR Analysis Reports

{% for report in reports %}

PR Analysis

PR Link: {{ report.pr_link }}

Issue Link: {{ report.issue_link }}

Priority Alignment Score: {{ report.priority_alignment_score }}

Revision Score: {{ report.revision_score }}

Recommendations:

{{ report.recommendations }}

Created on: {{ report.created_at }}


{% empty %}

No analysis reports available.

{% endfor %}
{% endblock content %}