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 + +