From f207d6fc6f8467225615bebfc8b1be2c0f7acbb2 Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Tue, 9 Dec 2025 14:58:34 +0530 Subject: [PATCH] Test changes --- ui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app.py b/ui/app.py index 9108abe3..81dbcf48 100644 --- a/ui/app.py +++ b/ui/app.py @@ -102,7 +102,7 @@ def get_open_prs(path: Path): if not owner or not repo: return {'error': 'unable to parse remote url', 'prs': []} - # Get token via helper (env or pr_agent/settings/.secrets.toml in repo root) + # Get token via helper (env or pr_agent/settings/.secrets.toml in repo) gh_token = _get_github_token() headers = {'Accept': 'application/vnd.github+json'} if gh_token: