mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
get_changlog_file
Correct the spelling Fix spelling errors now will prevent issues going forward where people have to misspell something on purpose
This commit is contained in:
parent
4db428456d
commit
8463aaac0a
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class PRUpdateChangelog:
|
|||
self.git_provider.get_languages(), self.git_provider.get_files()
|
||||
)
|
||||
self.commit_changelog = get_settings().pr_update_changelog.push_changelog_changes
|
||||
self._get_changlog_file() # self.changelog_file_str
|
||||
self._get_changelog_file() # self.changelog_file_str
|
||||
|
||||
self.ai_handler = ai_handler()
|
||||
self.ai_handler.main_pr_language = self.main_language
|
||||
|
|
@ -163,7 +163,7 @@ Example:
|
|||
"""
|
||||
return example_changelog
|
||||
|
||||
def _get_changlog_file(self):
|
||||
def _get_changelog_file(self):
|
||||
try:
|
||||
self.changelog_file = self.git_provider.get_pr_file_content(
|
||||
"CHANGELOG.md", self.git_provider.get_pr_branch()
|
||||
|
|
|
|||
Loading…
Reference in a new issue