From aaf037570b765672de2bcf8501baa314efe3afde Mon Sep 17 00:00:00 2001 From: Tal Date: Wed, 24 Jul 2024 19:56:50 +0300 Subject: [PATCH] Update configuration.toml remove dead codde --- pr_agent/settings/configuration.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index ae850c19..7e9d77e1 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -206,14 +206,7 @@ ignore_pr_title = [] ignore_bot_pr = true [gitlab] -# URL to the gitlab service url = "https://gitlab.com" -# Polling (either project id or namespace/project_name) syntax can be used -projects_to_monitor = ['org_name/repo_name'] -# Polling trigger -magic_word = "AutoReview" -# Polling interval -polling_interval_seconds = 30 pr_commands = [ "/describe", "/review --pr_reviewer.num_code_suggestions=0", @@ -280,4 +273,4 @@ uri = "./lancedb" [best_practices] content = "" -max_lines_allowed = 800 \ No newline at end of file +max_lines_allowed = 800