Skip to content

Commit

Permalink
Merge pull request #36 from Kernel360/corazzon-patch-1
Browse files Browse the repository at this point in the history
Update cr.yml
  • Loading branch information
linglong67 authored Jan 9, 2024
2 parents 5972421 + 958468c commit 3c02062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ permissions:

on:
pull_request:
types: [opened, synchronize]
types: [opened, reopened, synchronize]

jobs:
test:
if: ${{ contains(github.event.*.labels.*.name, '💬 Gpt Review') }}
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# optional
LANGUAGE: Korean
PROMPT: 당신은 10년차 시니어 개발자입니다. 우리가 작성한 코드에 문제가 없는지 리뷰해주세요. 대답은 한국어로 작성해주시고 단순한 부분이나 큰 이슈가 없는 부분은 리뷰해주지 않아도 되요.

0 comments on commit 3c02062

Please sign in to comment.