actions-marketplace-validations/Pull Request Comment Trigger fork

Look for a "trigger word" in a pull-request description or comment, so that later steps can know whether or not to run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 13, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/shanegenschaw_pull-request-comment-trigger@ed1b19f9e6a15e21cc8edf8749f4bcb51dfb35ba # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
reactionIf set, the specified emoji "reaction" is put on the comment to indicate that the trigger was detected. For example, "rocket".no""
triggerThe string to look for in pull-request descriptions and comments. For example "#build/android"yes
prefix_onlyIf 'true', the trigger must match the start of the comment.nofalse
allow_argumentsIf 'true', the trigger can have arguments. Can be passed via "**".nofalse
namedescription
triggeredthe string 'true' if the trigger was found, otherwise the string 'false'
comment_bodyThe comment body.