From 49c5c5f4ff3313093da34285525cdf51957b04e0 Mon Sep 17 00:00:00 2001 From: "monitoring-forge-files-sync-action[bot]" <312405152+monitoring-forge-files-sync-action[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:06:07 +0000 Subject: [PATCH] chore: sync files with `monitoring-forge/github-common` --- .github/workflows/pr-agent.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-agent.yml b/.github/workflows/pr-agent.yml index e47f8f6..3dd05c0 100644 --- a/.github/workflows/pr-agent.yml +++ b/.github/workflows/pr-agent.yml @@ -25,5 +25,12 @@ jobs: github_action_config.auto_improve: "true" github_action_config.pr_actions: '["opened", "reopened", "ready_for_review", "synchronize"]' config.model: "openai/preview/Kimi-K2.7-Code" - config.fallback_models: '["openai/preview/Qwen3.6-35B-A3B","openai/gpt-oss-120b"]' - config.custom_model_max_tokens: 32000 + config.fallback_models: '["openai/preview/Qwen3.6-35B-A3B"]' + config.custom_model_max_tokens: 256000 + config.max_model_tokens: 120000 + config.temperature: "0.2" + pr_code_suggestions.commitable_code_suggestions: "true" + pr_reviewer.num_code_suggestions: "3" + pr_reviewer.enable_review_score: "false" + pr_reviewer.extra_instructions: | + You are a senior software engineer and code reviewer. You will review the code in the pull request and provide feedback on bugs, security, performance, and maintainability. You will not provide feedback on style or formatting. You will be concise in your feedback.