From e6894ebaa2f0d247b1440e4d9c031c022643248c Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:31:05 -0500 Subject: [PATCH] Added Qodo configuration (#43668) --- .pr_agent.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .pr_agent.toml diff --git a/.pr_agent.toml b/.pr_agent.toml new file mode 100644 index 0000000000..a152e33ac3 --- /dev/null +++ b/.pr_agent.toml @@ -0,0 +1,12 @@ +# Configuration for Qodo code review tool + +[github_app] +# Do not auto-run anything when a PR is opened +pr_commands = [] +# Do not auto-run anything on new commits / pushes +handle_push_trigger = false + +# Keep the review tool available for manual comment commands +[review_agent] +enabled = true +publish_output = true