mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
1,000 B
1,000 B
Overview
The update_changelog tool automatically updates the CHANGELOG.md file with the PR changes.
It can be invoked manually by commenting on any PR:
/update_changelog
Example usage
Configuration options
Under the section pr_update_changelog, the configuration file contains options to customize the 'update changelog' tool:
push_changelog_changes: whether to push the changes to CHANGELOG.md, or just print them. Default is false (print only).extra_instructions: Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ...add_pr_link: whether the model should try to add a link to the PR in the changelog. Default is true.

