kharkevich/Hello World
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | GITHUB_TOKEN | yes | — |
| mode | How to determine approvers: valid values are team or list | yes | list |
| approvers | Comma-separated list of approvers or team name | yes | — |
| minimum-approvals | Minimum number of approvals to progress workflow | no | 1 |
| fail-on-decline | Fail workflow if any approver declines | no | false |
| approve-words | Comma-separated list of words that approve | no | approve, approved, looks good, looks good to me, looks good to me!, lgtm, lgtm!, ship it, ship it!, :shipit:, :shipit:! |
| decline-words | Comma-separated list of words that decline | no | denied, deny, no |
Outputs
| name | description |
|---|---|
| result | The result of the action (approved, rejected or unknown) |