From c03c41d320f9e44b76496929eed9b03d90278af3 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Sat, 29 Nov 2025 01:29:25 +0900 Subject: [PATCH] Run PR review on both opened and synchronize events --- .github/workflows/claude-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 092fd2d..2f0dcc4 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -44,7 +44,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} pr-review: - if: github.event_name == 'pull_request' && github.event.action == 'opened' + if: github.event_name == 'pull_request' runs-on: ubuntu-latest permissions: contents: read