mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Test changes
This commit is contained in:
parent
bc81ef6433
commit
f207d6fc6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue