Add support for base_url in GitHub SDK

This commit is contained in:
Ori Kotek
2023-11-21 16:48:36 +02:00
parent e95a6a8b07
commit 613ccb4c34
2 changed files with 3 additions and 2 deletions

View File

@ -79,6 +79,7 @@ extra_instructions = ""
# The type of deployment to create. Valid values are 'app' or 'user'.
deployment_type = "user"
ratelimit_retries = 5
base_url = "https://api.github.com"
[github_action]
# auto_review = true # set as env var in .github/workflows/pr-agent.yaml