ciscorucinski/Comment Spam Handler

Run actions that analyze and handle comments identified as spam

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
personal_access_tokenA Github PATyes
delete_commentAutomatically delete comments identified as spam. Default: False nofalse
block_commenterAutomatically block commenter identified as spammer. Default: False nofalse
is_organizationDetermines if blocking a commenter will occur on the organization level or not nofalse
remote_repositoryName of remote repository which holds a trigger file. yes""
trigger_fileName of trigger file within a remote repository. yes""
namedescription
triggersList of trigger phrases
trigger_foundIndicates if a comment contains a trigger phrase Type: String
commentComment content
is_comment_deletedDid the comment successfully get deleted Type: String
is_commenter_blockedDid the commenter successfully get blocked Type: String