Skip to content

[Feature] 우수 자기소개서 기능 개발 #42

[Feature] 우수 자기소개서 기능 개발

[Feature] 우수 자기소개서 기능 개발 #42

Workflow file for this run

name: Code Review by gpt
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# optional
LANGUAGE: Korean
MODEL: gpt-3.5-turbo