- Add PR event handling with correct base/head SHA references
- Handle edge case when github.event.before is null/zero SHA
- Replace `cd web && pnpm` with `pnpm --dir web` for allowedTools compatibility
- Remove unnecessary Bash(cd:*) from allowedTools
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update actions/checkout from v4 to v6
- Update actions/setup-node from v4 to v6
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Revert "test(i18n): add pull_request trigger for CI testing"
This reverts commits 7130bbebfe and 7051d96841.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update actions/checkout to v6
- Update actions/setup-node to v6
- Add test key to en-US/app.json to trigger workflow
- Will be reverted after testing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Temporary change to test workflow in PR CI.
Will be reverted after testing.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove --model claude-sonnet-4-5-20250929 as it's not a valid model identifier.
Let Claude Code Action use its default model instead.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
pnpm is not pre-installed on GitHub ubuntu runners.
Add pnpm/action-setup and setup-node before Claude Code action.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace custom GH_TOKEN env with official github_token input:
- github_token is the official parameter per action.yml
- Action automatically sets GITHUB_TOKEN and GH_TOKEN internally
- Remove unnecessary use_oauth parameter
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Allow Claude to use git and gh commands for PR creation:
- Bash(git:*) - git operations
- Bash(gh:*) - GitHub CLI for PR creation
- Bash(pnpm:*) - package manager commands
- Read,Write,Edit,Glob,Grep - file operations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add PHASE 4: COMMIT AND CREATE PR instructions
- Configure git user for commits
- Add timeout_minutes parameter
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>