mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
if not self.commit_changelog:
This commit is contained in:
@ -93,8 +93,8 @@ class PRUpdateChangelog:
|
|||||||
else:
|
else:
|
||||||
new_file_content = answer
|
new_file_content = answer
|
||||||
|
|
||||||
if not self.cli_mode and self.commit_changelog:
|
if not self.commit_changelog:
|
||||||
answer += "\n\n\n>to commit the new contnet to the CHANGELOG.md file, please type:" \
|
answer += "\n\n\n>to commit the new content to the CHANGELOG.md file, please type:" \
|
||||||
"\n>'/update_changelog -commit'\n"
|
"\n>'/update_changelog -commit'\n"
|
||||||
|
|
||||||
if settings.config.verbosity_level >= 2:
|
if settings.config.verbosity_level >= 2:
|
||||||
|
Reference in New Issue
Block a user