ciscorucinski/Comment Spam Handler
Run actions that analyze and handle comments identified as spam
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| personal_access_token | A Github PAT | yes | — |
| delete_comment | Automatically delete comments identified as spam. Default: False | no | false |
| block_commenter | Automatically block commenter identified as spammer. Default: False | no | false |
| is_organization | Determines if blocking a commenter will occur on the organization level or not | no | false |
| remote_repository | Name of remote repository which holds a trigger file. | yes | "" |
| trigger_file | Name of trigger file within a remote repository. | yes | "" |
Outputs
| name | description |
|---|---|
| triggers | List of trigger phrases |
| trigger_found | Indicates if a comment contains a trigger phrase Type: String |
| comment | Comment content |
| is_comment_deleted | Did the comment successfully get deleted Type: String |
| is_commenter_blocked | Did the commenter successfully get blocked Type: String |