Test changes

This commit is contained in:
Aditya Singh 2025-12-09 14:58:34 +05:30
parent bc81ef6433
commit f207d6fc6f

View file

@ -102,7 +102,7 @@ def get_open_prs(path: Path):
if not owner or not repo: if not owner or not repo:
return {'error': 'unable to parse remote url', 'prs': []} 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() gh_token = _get_github_token()
headers = {'Accept': 'application/vnd.github+json'} headers = {'Accept': 'application/vnd.github+json'}
if gh_token: if gh_token: