From e60fc915f8fb95ff6f0b14ac4a1a963c6bfe0557 Mon Sep 17 00:00:00 2001 From: hustcer Date: Fri, 31 Jan 2025 14:33:07 +0800 Subject: [PATCH] Trigger CR automatically --- .github/workflows/cr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 0922751..80ddc8f 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -10,7 +10,7 @@ on: - opened # Triggers when a PR is opened - reopened # Triggers when a PR is reopened - synchronize # Triggers when a commit is pushed to the PR - - labeled # Triggers when a label is added to the PR + # - labeled # Triggers when a label is added to the PR # fix: GraphQL: Resource not accessible by integration (addComment) error permissions: @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest name: Code Review # Make sure the code review happens only when the PR has the label 'ai review' - if: contains(github.event.pull_request.labels.*.name, 'ai review') + # if: contains(github.event.pull_request.labels.*.name, 'ai review') steps: - name: Deepseek Code Review uses: hustcer/deepseek-review@develop