From 3b0c73e3986da47cd846c22147d4c6101885856b Mon Sep 17 00:00:00 2001 From: brown Date: Tue, 28 May 2024 19:08:36 +0800 Subject: [PATCH] remove openai pr review (#53) --- .github/workflows/utils.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/utils.yaml b/.github/workflows/utils.yaml index 8a4f220..005c472 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -237,19 +237,19 @@ jobs: reviewers: "lacrimosaprinz,dengn" mentions: "Prinz,DengNan" - chatgpt-review: - name: ChatGPT Review - needs: [check_organization_user] - runs-on: ubuntu-latest - if: ${{ github.event.action == 'opened' }} - steps: - - uses: matrixorigin/ChatGPT-Reviewer@main - name: ChatGPT Review - env: - GITHUB_TOKEN: ${{ secrets.TOKEN_ACTION }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - with: - model: "gpt-3.5-turbo" - temperature: 0.2 - review_per_file: false - comment_per_file: false + # chatgpt-review: + # name: ChatGPT Review + # needs: [check_organization_user] + # runs-on: ubuntu-latest + # if: ${{ github.event.action == 'opened' }} + # steps: + # - uses: matrixorigin/ChatGPT-Reviewer@main + # name: ChatGPT Review + # env: + # GITHUB_TOKEN: ${{ secrets.TOKEN_ACTION }} + # OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + # with: + # model: "gpt-3.5-turbo" + # temperature: 0.2 + # review_per_file: false + # comment_per_file: false