Commit efabd18
fix: remove deprecated mode parameter from claude-pr-review workflow (#171)
## Summary
- Removes the deprecated `mode: agent` parameter from the
claude-pr-review workflow
## Details
The `mode` parameter was removed in `claude-code-action` v1.0.23 (merged
in PR #170). The action now uses intelligent auto-detection to determine
the appropriate execution mode based on workflow context.
This was causing the following warning in CI:
```
##[warning]Unexpected input(s) 'mode', valid inputs are [...]
```
## Test plan
- [ ] CI passes without the warning about unexpected `mode` input
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 02e47ae commit efabd18
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments