worksafevictoria-edh/Manual Workflow Approval
Pause a workflow and get user approval to continue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| approvers | Required approvers | yes | — |
| secret | Secret | yes | — |
| minimum-approvals | Minimum number of approvals to progress workflow | no | — |
| issue-title | The custom subtitle for the issue | no | — |
| issue-body | The custom body for the issue | no | — |
| issue-body-file-path | The file path to a custom body for the issue | no | — |
| exclude-workflow-initiator-as-approver | Whether or not to filter out the user who initiated the workflow as an approver if they are in the approvers list | no | false |
| additional-approved-words | Comma separated list of words that can be used to approve beyond the defaults. | no | "" |
| additional-denied-words | Comma separated list of words that can be used to deny beyond the defaults. | no | "" |
| target-repository-owner | Owner of the repository in which the issue will be created. | — | "" |
| target-repository | Name of the repository in which the issue will be created. | — | "" |
| fail-on-denial | Whether or not to fail the workflow if the approval is denied | no | true |
Outputs
| name | description |
|---|---|
| issue-number | The number of the issue created |
| issue-url | The URL of the issue created |
| approval-status | The status of the approval ("approved" or "denied") |