Skip to content

Commit efabd18

Browse files
sjnimsclaude
andauthored
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/claude-pr-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23
4545
with:
4646
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
47-
mode: agent
4847
track_progress: true
4948
prompt: |
5049
Review this pull request for the plugin-dev Claude Code plugin.

0 commit comments

Comments
 (0)