name: Code Review permissions: contents: read pull-requests: write on: pull_request: types: [opened, reopened, synchronize] jobs: test: runs-on: self_hosted steps: - uses: anc95/ChatGPT-CodeReview@main env: GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} # optional LANGUAGE: Korean PROMPT: IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma