fix(reusable): thread the dispatch pr_number as a workflow_call input #24

Merged
steve merged 1 commits from fix/dispatch-pr-input into main 2026-07-16 03:34:29 +00:00
1 Commits
Author SHA1 Message Date
steveandClaude Fable 5 64d34bd33b fix(reusable): thread the dispatch pr_number as a workflow_call input
Gadfly review (reusable) / review (pull_request) Successful in 1s
Adversarial Review (Gadfly) / review (pull_request) Successful in 1s
Build & push image / build-and-push (pull_request) Successful in 3s
Gitea >= 1.27 does not propagate the caller's workflow_dispatch inputs
into a called workflow's github.event (same rework that changed
event_name), so a manual 'review PR #N' dispatch arrived with an empty
PR and died at the entrypoint's 'PR required' check. Accept pr_number as
an explicit workflow_call input and fold it into the PR env fallback
chain; caller stubs pass github.event.inputs.pr_number through.

Co-Authored-By: Claude Fable 5 <[email protected]>
2026-07-15 23:34:07 -04:00