From 881af15cdc4a72894adc9e6b9504e6ca6d4d7c8e Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Wed, 1 Jul 2026 15:39:44 -0700 Subject: [PATCH] agents: run review agents manually The review agents are broken right now, so don't run them automatically. They should still be runnable on demand. Change-Id: I22e5ff46f917a49d0c267a0b1e8c63ae2165347d Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/603461 Reviewed-by: Brian Gan Commit-Queue: Brian Gan Tested-by: Gavin Mak Tested-by: Brian Gan --- agents/agent_configs.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/agent_configs.txtpb b/agents/agent_configs.txtpb index 80ac02349..4833ae355 100644 --- a/agents/agent_configs.txtpb +++ b/agents/agent_configs.txtpb @@ -10,7 +10,7 @@ configs { include_filters { project: "git-repo" } - automatic: true + automatic: false } # Core Internals Agent @@ -22,5 +22,5 @@ configs { include_filters { project: "git-repo" } - automatic: true + automatic: false }