diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 67145129a..803751d49 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -1,6 +1,8 @@ name: Claude Code PR Review on: + pull_request_target: + types: [ opened, synchronize, reopened, edited ] issue_comment: types: [ created ] pull_request_review_comment: @@ -10,4 +12,4 @@ on: jobs: claude-review: - uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main \ No newline at end of file + uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@fix-fork-issues