From a0c564cd94615a3d3a773fd3e2162255b3441f08 Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Sat, 19 Oct 2024 23:53:41 +0100 Subject: [PATCH] removed AI action --- .github/workflows/pr.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e90d9ae0..476d6f7e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,20 +15,3 @@ jobs: contents: read issues: read checks: write - - run_code_review: - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Code Review GPT - uses: mattzcarey/code-review-gpt@v0.1.10 - with: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - MODEL: 'gpt-4o' - GITHUB_TOKEN: ${{ github.token }}