mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
Fix more /improve suggestions
This commit is contained in:
@ -758,6 +758,7 @@ class GithubProvider(GitProvider):
|
||||
|
||||
def _get_github_client(self):
|
||||
self.deployment_type = get_settings().get("GITHUB.DEPLOYMENT_TYPE", "user")
|
||||
self.auth = None
|
||||
if self.deployment_type == 'app':
|
||||
try:
|
||||
private_key = get_settings().github.private_key
|
||||
|
Reference in New Issue
Block a user