This commit is contained in:
mrT23
2023-09-21 21:29:41 +03:00
parent 04162564ca
commit be54fb5bf8
4 changed files with 18 additions and 2 deletions

View File

@ -127,6 +127,9 @@ class GitProvider(ABC):
def get_commit_messages(self):
pass
def get_pr_id(self):
return ""
def get_main_pr_language(languages, files) -> str:
"""
Get the main language of the commit. Return an empty string if cannot determine.