{% extends "base.html" %} {% block title %}GitHub Integration - PairCoder Setup{% endblock %} {% block content %}
{% if is_locked %} {% include "partials/locked_overlay.html" %} {% else %}

Enable GitHub Integration

Auto-create PRs, detect repositories, and streamline code review.

Required scopes: repo, read:org

Auto-create PRs on branch push

Automatically create pull requests when you push a feature branch.

Comma-separated GitHub usernames to request review from.

{% endif %} {% endblock %}