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