From 9afc257704be6d0bb5b6d1450fcc168b511e9868 Mon Sep 17 00:00:00 2001 From: Robb Lee Date: Mon, 3 Nov 2025 17:08:47 +0900 Subject: [PATCH] fix: add Korean language prompts to GitHub Actions workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Korean language instructions to Claude workflows to ensure all responses are in Korean while keeping code in English. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/claude-code-review.yml | 2 ++ .github/workflows/claude.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 205b0fe..7bb0b4f 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -37,6 +37,8 @@ jobs: with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | + **λͺ¨λ“  리뷰와 μ½”λ©˜νŠΈλŠ” ν•œκΈ€λ‘œ μž‘μ„±ν•˜μ„Έμš”. (μ½”λ“œλŠ” μ˜μ–΄ μœ μ§€)** + REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 412cef9..d5a984f 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,7 +41,7 @@ jobs: actions: read # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. - # prompt: 'Update the pull request description to include a summary of changes.' + prompt: 'λͺ¨λ“  응닡은 ν•œκΈ€λ‘œ μž‘μ„±ν•˜μ„Έμš”. (μ½”λ“œμ™€ 컀밋 λ©”μ‹œμ§€λŠ” μ˜μ–΄ μœ μ§€)' # Optional: Add claude_args to customize behavior and configuration # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md