fix: pass pr_number to dual-approval-check workflow #44

Merged
privilegedescalation-engineer[bot] merged 1 commits from fix/dual-approval-pr-number into main 2026-04-15 03:30:00 +00:00

1 Commits

Author SHA1 Message Date
Hugh Hackman 80ea75de3b fix: pass pr_number input to dual-approval-check workflow
The dual-approval workflow was not re-triggering on pull_request_review events because the shared workflow was using github.event.pull_request.number which is not available in workflow_call context.

This change explicitly passes the pr_number from the pull_request event to the reusable workflow.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-25 12:50:58 +00:00