From 2a3f2d5618c9b68f5b974e36d6d212df60255698 Mon Sep 17 00:00:00 2001 From: rlajm1203 Date: Sat, 18 Jan 2025 00:30:27 +0900 Subject: [PATCH] =?UTF-8?q?delete(github):=20chat=20gpt=20code=20review=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chat-gpt-code-review.yml | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/chat-gpt-code-review.yml diff --git a/.github/workflows/chat-gpt-code-review.yml b/.github/workflows/chat-gpt-code-review.yml deleted file mode 100644 index 85d79417..00000000 --- a/.github/workflows/chat-gpt-code-review.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Code Review - -permissions: - contents: read - pull-requests: write - -# Pull Request ? ?? ? ?? -# Pull Request ? ??? ??? ???? ??? ? ? -on: - pull_request: - types: - - opened - - synchronize - -jobs: - code-review: - runs-on: ubuntu-latest - steps: - - uses: anc95/ChatGPT-CodeReview@main - env: - GITHUB_TOKEN : ${{secrets.BELLMIN_GITHUB_TOKEN}} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - LANGUAGE: Korean - MODEL: gpt-3.5-turbo