Skip to content

[hotfix] 리뷰요청 메일 양식에 리뷰 작성 url 추가 #19

[hotfix] 리뷰요청 메일 양식에 리뷰 작성 url 추가

[hotfix] 리뷰요청 메일 양식에 리뷰 작성 url 추가 #19

Workflow file for this run

name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened, synchronize] #Pull Request가 열리거나, 재개되거나, 동기화될 때마다 실행
jobs:
test:
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 #코드 리뷰 언어 선택