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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user