fix: make pr_number input optional in dual-approval-check

PR #81 adds pr_number as a required input, but the 5 calling
plugin repos don't yet pass this input. Change required: true
to required: false so the workflow_call can succeed without it,
while companion PRs are opened to add the input to each caller.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Hugh Hackman
2026-03-25 13:04:52 +00:00
parent c31be7ef25
commit d0635c4870
+1 -1
View File
@@ -22,7 +22,7 @@ on:
inputs: inputs:
pr_number: pr_number:
description: "Pull request number" description: "Pull request number"
required: true required: false
type: number type: number
cto-reviewer: cto-reviewer:
description: "GitHub username of the CTO reviewer" description: "GitHub username of the CTO reviewer"