From f78762cf2e93c69fa26a3ac6a8c2439a7d925412 Mon Sep 17 00:00:00 2001 From: Pinyoo Thotaboot Date: Mon, 26 May 2025 11:04:11 +0700 Subject: [PATCH] Change the default value of is --- pr_agent/settings/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 9c80e9fb..7ef6c4f2 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -283,7 +283,7 @@ push_commands = [ [gitea_app] url = "https://gitea.com" -handle_push_trigger = true +handle_push_trigger = false pr_commands = [ "/describe --pr_description.final_update_message=false", "/review",