Tracked as part of #1365.
Description
The PR Review workflow (pr-review.lock.yml) fails with a secret validation error when triggered by fork PRs, because GitHub never exposes repository secrets to pull_request events from forks.
Example: PR #1296 → Run #24436983830
Acceptance Criteria
Generated by Issue Triage for issue #1365 · ● 249.4K · ◷
Tracked as part of #1365.
Description
The PR Review workflow (
pr-review.lock.yml) fails with a secret validation error when triggered by fork PRs, because GitHub never exposes repository secrets topull_requestevents from forks.Example: PR #1296 → Run #24436983830
Acceptance Criteria
pr-review.mdActivation Guard includes a condition that detects fork PRs (github.event.pull_request.head.repo.id != github.repository_id) and callsnoopwith message"Skipping: fork PR, secrets unavailable."instead of failing.Related to fix(workflows): Agentic workflows fail when GitHub strips secrets for fork PRs and Dependabot workflow-file PRs #1365