Commit 86d99df
fix: upgrade Claude AI workflow to ai-workflows@v2.0.0 (#34987)
## Summary
- Upgrades `ai_claude-orchestrator.yml` from `ai-workflows@v1.0.0` to
`@v2.0.0`
- Migrates breaking input changes from the `claude-code-action@v1` GA
release
- Validated and working in `dotCMS/core-workflow-test`
## Changes
| Before | After |
|--------|-------|
| `direct_prompt:` | `prompt:` |
| `allowed_tools:` (multiline list) | `claude_args:` (CLI flag string) |
| `@v1.0.0` | `@v2.0.0` |
## Test plan
- [x] Validated in `dotCMS/core-workflow-test` — automatic PR review and
rollback safety check both passing
- [x] Verify interactive (`@claude`) mention works on a PR in this repo
(Fails cuz it has to be in main before it works)
- [ ] Verify automatic review fires on a normal PR
🤖 Generated with [Claude Code](https://claude.com/claude-code)
fixes #34988
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3b33a33 commit 86d99df
1 file changed
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
| |||
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
113 | | - | |
| 111 | + | |
114 | 112 | | |
115 | 113 | | |
116 | | - | |
| 114 | + | |
117 | 115 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 116 | + | |
121 | 117 | | |
122 | 118 | | |
123 | 119 | | |
| |||
0 commit comments