Skip to content

feat: 코드리뷰 봇 추가 #6

feat: 코드리뷰 봇 추가

feat: 코드리뷰 봇 추가 #6

Workflow file for this run

name: Code Review by ChatGPT
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
chatgpt-code-review:
runs-on: ubuntu-latest
steps:
- name: Run ChatGPT Code Review
uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USE_GITHUB_MODELS: true
LANGUAGE: Korean
LOG_LEVEL: debug
INCLUDE_PATTERNS: src/*,.github/**/*