GitNexus/.github/workflows
Gergo Magyar fa9ba8925c fix(ci): support fork PRs in Claude Code Review workflow
claude-code-action fetches branches by name from origin, which fails
for fork PRs since the branch only exists on the fork remote. Work
around by detecting fork PRs and temporarily pushing the branch to
origin before the action runs, then cleaning up afterwards.

Also changed trigger from automatic (every push) to on-demand only
(label "claude-review" or comment "@claude" / "/review").
2026-03-09 15:33:41 +00:00
..
ci-integration.yml fix(ci): move PR report to workflow_run for fork PR support (#225) 2026-03-09 15:07:46 +00:00
ci-quality.yml fix(ci): harden CI/CD workflows with security fixes and reliability improvements (#222) 2026-03-09 08:25:03 +00:00
ci-report.yml fix(ci): move PR report to workflow_run for fork PR support (#225) 2026-03-09 15:07:46 +00:00
ci-unit-tests.yml fix(ci): move PR report to workflow_run for fork PR support (#225) 2026-03-09 15:07:46 +00:00
ci.yml fix(ci): move PR report to workflow_run for fork PR support (#225) 2026-03-09 15:07:46 +00:00
claude-code-review.yml fix(ci): support fork PRs in Claude Code Review workflow 2026-03-09 15:33:41 +00:00
claude.yml fix(ci): harden CI/CD workflows with security fixes and reliability improvements (#222) 2026-03-09 08:25:03 +00:00
publish.yml fix(ci): harden CI/CD workflows with security fixes and reliability improvements (#222) 2026-03-09 08:25:03 +00:00