From e7bbd55daea7f62c4c7213aac509e808c27d3021 Mon Sep 17 00:00:00 2001 From: Rodin Date: Fri, 1 May 2026 19:00:35 -0700 Subject: [PATCH] fix: CI config - correct patterns path, increase timeout - PATTERNS_FILES: docs/ does not exist in go-patterns, use patterns/ - LLM_TIMEOUT: 600s (gpt-5-mini needs more time for larger diffs) --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6adf9d9..91d092c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -49,5 +49,6 @@ jobs: LLM_MODEL: ${{ matrix.model }} CONVENTIONS_FILE: "CONVENTIONS.md" PATTERNS_REPO: "rodin/go-patterns" - PATTERNS_FILES: "README.md,docs/" + PATTERNS_FILES: "README.md,patterns/" + LLM_TIMEOUT: "600" run: ./review-bot