ekeel/Approval Action
This action requests an approval to continue the workflow using issue comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token used to create the issue. | yes | — |
| approvers | A list of GitHub users that are allowed to approve the workflow. | yes | — |
| issueTitle | The title of the issue that will be created. | no | — |
| issueBody | The body of the issue that will be created. | yes | — |
| issueLabels | A list of labels that will be added to the issue. | no | — |
| excludeInitiator | If true, the user that triggered the workflow will not be able to approve the workflow. | no | false |
| approveWords | A list of words that can be used to approve the workflow. | no | approve, approved |
| rejectWords | A list of words that can be used to disapprove the workflow. | no | deny, denied, reject, rejected |
| waitInterval | The number of minutes to wait before checking for new comments. | no | 1 |
| waitTimeout | The number of minutes to wait before timing out. | no | 360 |
| minimumApprovals | The minimum number of approvals required to continue the workflow. | no | 1 |
Outputs
| name | description |
|---|---|
| approved | A boolean indicating whether the workflow was approved. |