Skip to content

chore(deps): maintain Claude Code Action workflows (v1.0.133) #247

chore(deps): maintain Claude Code Action workflows (v1.0.133)

chore(deps): maintain Claude Code Action workflows (v1.0.133) #247

name: "[claude] Claude Code Review"
concurrency:
group: ${{ github.workflow }}-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize, ready_for_review, labeled, unlabeled]
permissions: {}
jobs:
claude-review-auto:

Check failure on line 14 in .github/workflows/claude-code-review.yml

View workflow run for this annotation

GitHub Actions / [claude] Claude Code Review

Invalid workflow file

The workflow is not valid. .github/workflows/claude-code-review.yml (Line: 14, Col: 3): Error calling workflow 'Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@9b405c71e42d0cec4026f2c158edf99716600baa'. The nested job 'claude-review' is requesting 'actions: read, contents: write, issues: read, pull-requests: write, id-token: write', but is only allowed 'actions: none, contents: none, issues: none, pull-requests: none, id-token: none'.
if: |
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.action != 'review_requested' &&
!contains(github.head_ref, 'gh-readonly-queue/') &&
!startsWith(github.head_ref, 'release/') &&
(
github.event.pull_request.draft == false ||
github.event.action == 'ready_for_review'
)
uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@9b405c71e42d0cec4026f2c158edf99716600baa
with:
pr_number: ${{ github.event.pull_request.number }}
base_ref: ${{ github.base_ref }}
force_review: false
toolkit_ref: 96ef665ba04221de07e94fcc3ea69fe32c7cf306
model: "claude-opus-5"
# Standard timeout for most PRs
timeout_minutes: 20
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}