c31be7ef2568897485038b1aaedae3da761e8d7d
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 adds a required pr_number input to the reusable workflow. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Description
Languages
Shell
100%