From 366bf89ebb13a532cbb1a2116001b0bf537f625a Mon Sep 17 00:00:00 2001 From: Anonymous <791751568@qq.com> Date: Thu, 19 Mar 2026 22:31:14 +0800 Subject: [PATCH] Delete .github/workflows/cr.yml --- .github/workflows/cr.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/cr.yml diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml deleted file mode 100644 index f58f859..0000000 --- a/.github/workflows/cr.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Code Review - -permissions: - contents: read - pull-requests: write - -on: - pull_request: - types: [opened, reopened] - workflow_dispatch: - -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 }} - # optional - LANGUAGE: Chinese - PROMPT: - IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma