From 9e41f3780cbe85dc356b6f54d0e0d2a5731f165b Mon Sep 17 00:00:00 2001 From: "Hussam.lawen" Date: Fri, 27 Oct 2023 21:22:56 +0300 Subject: [PATCH] disable custom labels by default --- pr_agent/settings/custom_labels.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/custom_labels.toml b/pr_agent/settings/custom_labels.toml index a8be2317..8b1340f2 100644 --- a/pr_agent/settings/custom_labels.toml +++ b/pr_agent/settings/custom_labels.toml @@ -1,4 +1,4 @@ -enable_custom_labels=true +enable_custom_labels=false [custom_labels."Bug fix"] description = "Fixes a bug in the code"