-
Notifications
You must be signed in to change notification settings - Fork 290
chore(deps): maintain Claude Code Action workflows (cca=v1.0.185, ait=c4820d6) #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,15 +21,13 @@ 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@9b405c71e42d0cec4026f2c158edf99716600baa | ||
| 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' | ||
|
|
||
| model: 'claude-opus-4-6' | ||
| model: 'claude-opus-5' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dropping There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still unresolved. Reviews are running on the toolkit default prompt while the repo-specific prompt sits orphaned in the tree. Delete the file, or restore the input if that guidance was still intended to apply. |
||
|
|
||
| # Standard timeout for most PRs | ||
| timeout_minutes: 20 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
uses:pin moves to9b405c7, buttoolkit_refjust below (line 29) stays on96ef665. That means the reusable workflow executes at the new revision while checking out toolkit assets from the old one.That's a legitimate configuration, but since every other pin in this PR moved in lockstep it looks unintentional. If this is a full bump, update
toolkit_reftoo; if the older assets are needed on purpose, add a brief comment so the next maintenance pass doesn't change it blindly.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still unresolved on the current head. The pin has since moved from
9b405c7toc4820d6, buttoolkit_refon line 29 is still96ef665, so the mismatch I originally flagged is unchanged:claude-pr-metadata-update.yml:39did move toc4820d6, which makes this the only pin left behind. Either bump it to match, or add a short comment recording that the older assets are intentional.