Skip to content

Commit

Permalink
Update reviewer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeucbr authored Sep 30, 2024
1 parent 7936323 commit 8cc1694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v3

- name: AI Code Reviewer
uses: Ostrich-Cyber-Risk/ai-codereviewer@main
uses: thadeucbr/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.OCTOKIT_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4o-mini" # Optional: defaults to "gpt-4"
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas

0 comments on commit 8cc1694

Please sign in to comment.