{% extends "base.html" %} {% block content %}

Review GitHub PR

{% if error %}

{{ error }}

{% endif %}
GitHub PR review fetches a PR diff from GitHub and requires allow_network plus GITHUB_TOKEN.
full_project fetches repository files for the PR head commit and may use more GitHub API quota.
{% endblock %}