Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github.event.action == 'ready_for_review'
)

uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@b229e128e6a60bc6a495e80bda9f13d6bafdfc5e
uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@4d55967a0d8d941e8c815b3d2daea3770fecbc98
with:
pr_number: ${{ github.event.pull_request.number }}
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-pr-metadata-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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@b229e128e6a60bc6a495e80bda9f13d6bafdfc5e
uses: Uniswap/ai-toolkit/.github/workflows/_generate-pr-metadata.yml@4d55967a0d8d941e8c815b3d2daea3770fecbc98
with:
generation_mode: "description,deferred-title"
pr_number: ${{ github.event.pull_request.number }}
Expand Down
Loading