From f2931b07266e318d0b519cfe5c79f7f121760cff Mon Sep 17 00:00:00 2001 From: github-cloudlabsuser-081 <80264412+github-cloudlabsuser-081@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:03:36 +0000 Subject: [PATCH] Update ai-code-review.yml --- .github/workflows/ai-code-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml index f2ce485..b0365f5 100644 --- a/.github/workflows/ai-code-review.yml +++ b/.github/workflows/ai-code-review.yml @@ -20,3 +20,5 @@ jobs: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENAI_API_MODEL: "gpt-3.5" exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas + +