ralph-claude-code/.github/workflows
Test User a024830127 fix(ci): use pull_request_target for fork PR reviews
Switch both review workflows from pull_request to pull_request_target
so they run with base repo permissions and can access secrets when
reviewing fork PRs.

Changes:
- claude-code-review.yml: pull_request → pull_request_target
- opencode-review.yml: pull_request → pull_request_target
- Both now explicitly checkout PR head commit for review
- Added security comments explaining the approach

This allows the workflows to run successfully after maintainer approval
for external contributor PRs.
2026-01-30 08:09:49 -07:00
..
claude-code-review.yml fix(ci): use pull_request_target for fork PR reviews 2026-01-30 08:09:49 -07:00
claude.yml ci(workflow): add concurrency blocks to prevent duplicate runs (#135) 2026-01-28 10:22:45 -07:00
opencode-review.yml fix(ci): use pull_request_target for fork PR reviews 2026-01-30 08:09:49 -07:00
test.yml fix(ci): disable coverage threshold due to kcov subprocess limitation 2026-01-08 23:23:14 -07:00