add polling

This commit is contained in:
salberts
2023-07-08 08:52:11 +03:00
parent e63a4f47ce
commit 75167c2700
7 changed files with 85 additions and 13 deletions

View File

@ -15,7 +15,7 @@ from pr_agent.git_providers.git_provider import get_main_pr_language
class PRReviewer:
def __init__(self, pr_url: str, installation_id: Optional[int] = None, cli_mode=False):
def __init__(self, pr_url: str, cli_mode=False):
self.git_provider = get_git_provider()(pr_url)
self.main_language = get_main_pr_language(