diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml deleted file mode 100644 index e51fac28..00000000 --- a/.github/workflows/cr.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Code Review -permissions: - contents: read - pull-requests: write -on: - pull_request: - types: - - opened - - reopened - - synchronize -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: anc95/ChatGPT-CodeReview@main - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"