novonordisk-opensource/Manual Approval Action
Github Action to pause a workflow until a manual approval is given
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| secret | github secret | yes | SomeKindOfSecret |
| approvers | Comma separated list of users or teams who can approve the deployment | yes | primaryApprover |
| minimum-approvals | Minimum number of approvals required | yes | 1 |
| issue-title | Title of the issue created for approval | no | Manual approval required for workflow run ${{ github.run_id }} |
| issue-body | Additional information in the issue created for approval, i.e. link to changed files or docs | no | Please approve or deny the deployment of version v1.3.5. |
| issue-labels | Comma separated list of customized label(s) that can be used to label the issue | no | manual-approval |
| exclude-workflow-initiator-as-approver | Exclude the workflow initiator as an approver | yes | false |
| additional-approved-words | Comma separated list of additional words that can be used to approve the deployment | no | "" |
| additional-denied-words | Comma separated list of additional words that can be used to deny the deployment | no | "" |
Outputs
no outputs