Skip to content

Commit

Permalink
Update code_review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn authored Sep 24, 2024
1 parent 74a96a5 commit 4bfd0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Code Review
uses: freeedcom/ai-codereviewer@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4-1106-preview"
OPENAI_API_MODEL: "o1-mini"
exclude: "yarn.lock,dist/**"

0 comments on commit 4bfd0b7

Please sign in to comment.