commit_messages_str is used in all tools

This commit is contained in:
mrT23
2023-08-02 18:26:39 +03:00
parent 8e47fdc284
commit 3e94a71dcd
11 changed files with 31 additions and 2 deletions

View File

@ -24,6 +24,7 @@ class PRInformationFromUser:
"description": self.git_provider.get_pr_description(),
"language": self.main_pr_language,
"diff": "", # empty diff for initial calculation
"commit_messages_str": self.git_provider.get_commit_messages(),
}
self.token_handler = TokenHandler(self.git_provider.pr,
self.vars,