Skip to content

Commit 4a2d83a

Browse files
authored
ci: skip claude code review for fork PRs (#1952)
1 parent ce75b2d commit 4a2d83a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
claude-review:
10+
# Fork PRs don't have access to secrets or OIDC tokens, so the action
11+
# cannot authenticate. See https://github.com/anthropics/claude-code-action/issues/339
12+
if: github.event.pull_request.head.repo.fork == false
1013
runs-on: ubuntu-latest
1114
permissions:
1215
contents: read

0 commit comments

Comments
 (0)