actions-marketplace-validations/Reaction Comments
Delete +1 comments and encourage the use of GitHub reactions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub access token | — | ${{ github.token }} |
| exempt-issue-labels | Do not process comments on issues with these labels, value must be a comma separated list of labels | — | "" |
| issue-comment | Replace matching comments on issues with this message, `{comment-author}` is an optional placeholder | — | :wave: @{comment-author}, would you like to leave a reaction instead? |
| exempt-pr-labels | Do not process comments on pull requests with these labels, value must be a comma separated list of labels | — | "" |
| pr-comment | Replace matching comments on pull requests with this message, `{comment-author}` is an optional placeholder | — | :wave: @{comment-author}, would you like to leave a reaction instead? |
| process-only | Process comments only on issues or pull requests, value must be either `issues` or `prs` | — | "" |
| log-output | Log output parameters, value must be either `true` or `false` | — | false |
Outputs
| name | description |
|---|---|
| comments | Comments that have been either deleted or scheduled for removal, value is a JSON string |