diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index bb5769f1b..969ad0b9b 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -29,7 +29,7 @@ jobs: github.event.action == 'ready_for_review' ) - uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@96ef665ba04221de07e94fcc3ea69fe32c7cf306 + uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@6d35d60ab7805aefae2837776d870787d93c8a18 with: pr_number: ${{ github.event.pull_request.number }} base_ref: ${{ github.base_ref }} @@ -55,4 +55,4 @@ jobs: secrets: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} - CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/claude-pr-metadata-update.yml b/.github/workflows/claude-pr-metadata-update.yml index 59508c5d0..0e9901591 100644 --- a/.github/workflows/claude-pr-metadata-update.yml +++ b/.github/workflows/claude-pr-metadata-update.yml @@ -39,7 +39,7 @@ jobs: !startsWith(github.head_ref, 'changeset-release/') && !startsWith(github.event.pull_request.title, 'chore(release):') - uses: Uniswap/ai-toolkit/.github/workflows/_generate-pr-metadata.yml@96ef665ba04221de07e94fcc3ea69fe32c7cf306 + uses: Uniswap/ai-toolkit/.github/workflows/_generate-pr-metadata.yml@6d35d60ab7805aefae2837776d870787d93c8a18 with: generation_mode: "description,deferred-title" pr_number: ${{ github.event.pull_request.number }} @@ -48,4 +48,4 @@ jobs: pr_history_count: 10 secrets: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} - CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} \ No newline at end of file