⚙️ Settings

{% if request.query_params.get('saved') %}
✓ Settings saved successfully! Changes will take effect on the next sync.
{% endif %}
🔗 GitHub Connection
{% if auth_status.authenticated %}
Status Connected
Host {{ auth_status.hostname or 'github.com' }}
Username {{ auth_status.username or 'Unknown' }}
{% if auth_status.scopes %}
Scopes
{% for scope in auth_status.scopes %} {{ scope }} {% endfor %}
{% endif %}
{% else %}
{{ auth_status.error or 'Not authenticated' }}

To authenticate, run this command in your terminal:

gh auth login
{% endif %}
🌍 Environment Variables

These environment variables can override the default gh CLI behavior. If not set, gh uses its stored credentials.

{% for env in env_vars %} {% endfor %}
Variable Status Description
{{ env.name }} {% if env.is_set %} {{ env.value_preview }} {% else %} Not set {% endif %} {{ env.description }}
🔍 Filter Configuration
📄 {{ config_path }}

One organization per line. Shows PRs from all repos in these orgs.

One organization per line. Hide PRs from these orgs.

One repository per line (owner/repo format).

One repository per line. Hide PRs from these repos.

How often to sync PR data (10-600 seconds).

Limit PRs shown per repo (1-50).

← Back to Dashboard