Skip to content

Commit

Permalink
Create chatgpt-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq89 authored Oct 9, 2024
1 parent 7258685 commit 00dc50e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/chatgpt-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ChatGPT Review

on: [pull_request]


jobs:
chatgpt-review:
name: ChatGPT Review
runs-on: ubuntu-latest
steps:
- uses: feiskyer/ChatGPT-Reviewer@v0
name: ChatGPT Review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# OPENAI_API_BASE: ${{ secrets.OPENAI_API_BASE }}
# Optional configurations:
# with:
# model: "gpt-3.5-turbo"
# temperature: 0.2
# review_per_file: true
comment_per_file: true

0 comments on commit 00dc50e

Please sign in to comment.