thomasvjoseph/Workflow: Manual Approval
This action allows manual approval of a workflow by commenting "yes" or "no" on an issue.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token for API authentication. | yes | ${{ github.token }} |
| INPUT_TITLE | Title of the issue. | yes | Manual Approval for the Workflow |
| INPUT_BODY | Body content of the issue. | no | Provide your approval: - Comment "yes" to approve. - Comment "no" to reject. |
| INPUT_LABELS | Comma-separated list of labels for the issue. | no | yes,no |
| INPUT_ASSIGNEES | Comma-separated list of assignees for the issue. | no | "" |
| INPUT_TIMEOUT | Timeout duration in minutes for the approval process. | no | 30 |
| INPUT_MIN_APPROVERS | Minimum number of approvals required. | no | 1 |
Outputs
no outputs