diff --git a/.pr_agent.toml b/.pr_agent.toml index 1839914fcc..9411d1cfe7 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -1,7 +1,12 @@ # .pr_agent.toml [github_app] -# Run these tools automatically on every new PR: -pr_commands = ["/describe", "/review", "/improve"] +pr_commands = [ + "/review", + "/improve", +] + +handle_push_trigger = true +push_commands = ["/improve"] [pr_reviewer] # (all fields optional) num_max_findings = 10 # how many items to surface