step-security/Pull Request Comment Trigger

Monitors pull request descriptions and comments for specific trigger phrases, enabling conditional workflow execution based on comment content.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
reactionOptional emoji reaction to add to the comment when a trigger is detected. Must be a valid GitHub reaction type such as 'rocket', 'eyes', 'thumbs_up', or 'heart'.no""
triggerThe trigger phrase to search for in pull request descriptions and comments. Can be any text string like "@deploy", "#run-tests", or "build staging".yes
prefix_onlyWhen set to 'true', the trigger phrase must appear at the beginning of the comment. When 'false', the trigger can appear anywhere in the comment text.nofalse
namedescription
triggeredString value 'true' if the trigger phrase was found in the comment or PR description, 'false' otherwise.
comment_bodyThe full text content of the comment or pull request description that was analyzed for triggers.