fix: upgrade to ai-workflows@v2.0.0 (claude-code-action@v1 GA) - #445
Conversation
Breaking change migration from dotCMS/ai-workflows v1.0.0 -> v2.0.0: - direct_prompt -> prompt - allowed_tools (multiline) -> claude_args CLI format - All three jobs updated (interactive, automatic-review, rollback-safety-check) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
❌ Issue Linking RequiredThis PR could not be linked to an issue. All PRs must be linked to an issue for tracking purposes. How to fix this:Option 1: Add keyword to PR body (Recommended - auto-removes this comment)
Why is this required?Issue linking ensures proper tracking, documentation, and helps maintain project history. It connects your code changes to the problem they solve.--- This comment was automatically generated by the issue linking workflow |
Summary
Migrates to
dotCMS/ai-workflows@v2.0.0which upgrades the underlyinganthropics/claude-code-actionfrom@betato@v1GA.All three Claude jobs updated:
claude-interactive:@v1.0.0→@v2.0.0,allowed_tools→claude_argsclaude-automatic-review:@v1.0.0→@v2.0.0,direct_prompt→prompt,allowed_tools→claude_argsclaude-rollback-safety-check: already on@v2.0.0but still had olddirect_prompt/allowed_tools— fixedBreaking changes handled
direct_prompt:prompt:allowed_tools:(multiline)claude_args: '--allowedTools "..."'@v1.0.0ref@v2.0.0refNew behavior (from v2.0.0)
Test plan
@claudemention → verify automatic review runs@claudeon a PR → verify interactive mode triggers🤖 Generated with Claude Code