mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-15 17:09:43 -07:00
Disable the Claude Code Review workflow for PRs from forks, as CLAUDE_CODE_OAUTH_TOKEN cannot be retrieved for such PRs.
This commit is contained in:
parent
0ac0263542
commit
2e63ce2196
1 changed files with 2 additions and 0 deletions
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
|
|
@ -12,6 +12,8 @@ on:
|
|||
|
||||
jobs:
|
||||
claude-review:
|
||||
# Only run for PRs from the same repository (skip forks)
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
# Optional: Filter by PR author
|
||||
# if: |
|
||||
# github.event.pull_request.user.login == 'external-contributor' ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue