fix(ci): pass pr_number to dual-approval-check workflow #11
Reference in New Issue
Block a user
Delete Branch "fix/dual-approval-pr-number"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
with: pr_number: ${{ github.event.pull_request.number }}to thedual-approvaljob in.github/workflows/dual-approval.yamlpr_number=0on every call, causing dual-approval status checks to always failFix
dual-approval.yamlwas missing thepr_numberinput when calling the reusabledual-approval-check.yamlworkflow. Added the correct GitHub context expression so the actual PR number is passed through.Testing
workflow_callinputs schemaCloses PRI-818