Skip to content

Commit

Permalink
Create code_review_from_chatgpt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon authored Jul 7, 2024
1 parent ae26cb4 commit 4b108fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/code_review_from_chatgpt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Code Review From ChatGPT
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, synchronize]
jobs:
code-review:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: Korean
MODEL: gpt-4o

0 comments on commit 4b108fe

Please sign in to comment.