drewwyatt/Comment Pipeline

Run workflows with comment commands

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
commandsNewline delimited list of commandsyes
commentThe comment object (usually `github.event.comment`)yes
github-tokenToken with access to your issue comments (usually `secrets.GITHUB_TOKEN`)yes
reactionEmoji reaction used to acknowledge commentyes+1
namedescription
commandthe matched command (from inputs.commands) - this will be an empty if there is no match
argumentseverything that comes after the matched command - this will be an empty if there is no match
invocationthe full comment body - this will be an empty if there is no match