Skip to content

.pr_agent.toml

Yossi Saadi edited this page Jun 25, 2025 · 1 revision

[config] log_level="INFO" ignore_pr_authors=["dependabot[bot]", "renovate[bot]"] # ignore dependabot/renovate

[github_app] pr_commands=["/describe", "/review"] # run once on open/ready handle_push_trigger=true # run again on every push push_commands=["/describe", "/review"] # run this on every push

[pr_reviewer] extra_instructions = """ If the PR title does not follow the Conventional Commits spec (https://www.conventionalcommits.org), add a '⚠️ Title violates Conventional Commits' finding in the summary section, but DO NOT edit the title on behalf of the PR author. """

Clone this wiki locally