mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
if not self.commit_changelog:
This commit is contained in:
parent
c827cbc0ae
commit
808ca48605
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue