From ff81b3a48cfe713f2d3363bdd66447fb2b82c1c3 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Mon, 23 Jan 2023 16:36:01 +0800 Subject: [PATCH] chore: delete ChatGPT CodeReview (#40374) --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index c7b0bca968fc..000000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: [pull_request] - -name: ChatGPT CodeReview - -jobs: - chatgpt_comment: - runs-on: ubuntu-latest - name: Let chatgpt comment on your PR. - steps: - - name: ChatGPT comment - uses: kxxt/chatgpt-action@v0.3 - id: chatgpt - with: - number: ${{ github.event.pull_request.number }} - sessionToken: ${{ secrets.CHATGPT_SESSION_TOKEN }} - split: 'yolo' # Use true to enable the unstable split feature. - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}