Skip to content

chore: bump v4-periphery to abi.decode swap param decoders #133

chore: bump v4-periphery to abi.decode swap param decoders

chore: bump v4-periphery to abi.decode swap param decoders #133

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]
jobs:
claude-review-auto:
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@96ef665ba04221de07e94fcc3ea69fe32c7cf306
with:
pr_number: ${{ github.event.pull_request.number }}
base_ref: ${{ github.base_ref }}
force_review: false
toolkit_ref: 96ef665ba04221de07e94fcc3ea69fe32c7cf306
custom_prompt_path: '.claude/prompts/claude-pr-review.md'

Check failure on line 30 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: 30, Col: 27): Invalid input, custom_prompt_path is not defined in the referenced workflow.
model: 'claude-opus-4-6'
# Standard timeout for most PRs
timeout_minutes: 20
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}