afonsotaborda/Custom Task List Approval
Create a tasklist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 1, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: afonsotaborda/custom-task-list-approval@6d9c2389ad85d6acb4680dfb6c145c05a5fa3743 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github access token | yes | — |
| comment-title | The title to be added into the comment | — | — |
| comment-body | The body of text that comes befores the tasklist items | — | — |
| tasklist-items | The user-created tasklist of items | yes | — |
| completion-timeout | If set, it starts a timer and meanwhile verifies that all tasklist items have been completed before the timeout | — | — |
| delete-previous-similar-tasklists | If true, it will delete all comments that contains the exact same task list items, except the latest one | — | false |
| delete-comment-after-completion | If set to true, it deletes the task list comment after completion of the job | — | true |
| debug-logs | If true, debug-logs logs will be written | — | true |
Outputs
no outputs