Create cr.yml

This commit is contained in:
Bongsu Lee 2023-06-15 01:04:02 +09:00 committed by GitHub
parent 12540176cb
commit 72ccd284d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/cr.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OpenAPIKey }}
LANGUAGE: Korean