Skip to content

test: new line block 추가 #16

test: new line block 추가

test: new line block 추가 #16

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 }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_ENDPOINT: https://api.openai.com/v1
MODEL: gpt-4.1-2025-04-14 # https://platform.openai.com/docs/models
LANGUAGE: Korean
LOG_LEVEL: debug
INCLUDE_PATTERNS: src/*