{% extends "base.html" %} {% block title %}GitHub Integration - PairCoder Setup{% endblock %} {% block content %} GitHub Integration Connect your GitHub repository for auto-PRs and workflow automation. {% if is_locked %} {% include "partials/locked_overlay.html" %} Back {% else %} Enable GitHub Integration Auto-create PRs, detect repositories, and streamline code review. Authentication Personal Access Token Create token with required scopes → Required scopes: repo, read:org Test Connection Repository Repository URL Auto-detect from .git → Auto-PR Settings Auto-create PRs on branch push Automatically create pull requests when you push a feature branch. Default Reviewers Comma-separated GitHub usernames to request review from. Back Skip Next {% endif %} {% endblock %}
Connect your GitHub repository for auto-PRs and workflow automation.
Auto-create PRs, detect repositories, and streamline code review.
Required scopes: repo, read:org
repo
read:org
Automatically create pull requests when you push a feature branch.
Comma-separated GitHub usernames to request review from.