From adb19aed689e8ed8ec73bc8f246fcd9cf35fb38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 6 Jun 2024 19:49:08 +0300 Subject: [PATCH] ci(pr-agent): update configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/pr-agent.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-agent.yaml b/.github/workflows/pr-agent.yaml index f4794b7497402..51b2da41dcef3 100644 --- a/.github/workflows/pr-agent.yaml +++ b/.github/workflows/pr-agent.yaml @@ -29,3 +29,9 @@ jobs: github_action_config.auto_review: "false" github_action_config.auto_describe: "false" github_action_config.auto_improve: "false" + # https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml + pr_description.publish_labels: "false" + config.model: "gpt-4o" + config.model_turbo: "gpt-4o" + pr_code_suggestions.max_context_tokens: 12000 + pr_code_suggestions.commitable_code_suggestions: "true"