From b0b2a428a94a8509b340aa5cd9bfb3129fc5e83b Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Wed, 8 Jul 2026 14:10:06 +0200 Subject: [PATCH] ci: update config to be less verbose --- .github/workflows/pr-agent.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-agent.yml b/.github/workflows/pr-agent.yml index 495e7f39d..af17ebfb3 100644 --- a/.github/workflows/pr-agent.yml +++ b/.github/workflows/pr-agent.yml @@ -17,12 +17,17 @@ jobs: contents: write steps: - name: PR Agent action step - uses: the-pr-agent/pr-agent@v0.36.1 + uses: the-pr-agent/pr-agent@v0.39.0 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONFIG__FALLBACK_MODELS: '["openai/gpt-5.4", "openai/openai-gpt-oss-120b"]' - CONFIG__CUSTOM_MODEL_MAX_TOKENS: "128000" OPENAI__API_BASE: "https://chat.kiconnect.nrw/api/v1" - CONFIG__MODEL: "openai/gpt-5.5" + config.model: "openai/gpt-5.5" + config.publish_labels: "true" + config.fallback_models: '["openai/gpt-5.4", "openai/openai-gpt-oss-120b"]' + config.custom_model_max_tokens: "128000" + config.publish_description_as_comment: "true" + config.output_relevant_configurations: "true" + config.final_update_message: false github_action_config.pr_actions: '["opened", "reopened", "synchronize", "ready_for_review", "review_requested"]' + github_action_config.auto_review: "false"