nadiialazorko/Slash Command Dispatch

Facilitates "ChatOps" by creating dispatch events for slash commands

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA repo scoped GitHub Personal Access Token.yes
reaction-tokenAn optional GitHub token to use for reactions.${{ github.token }}
reactionsAdd reactions to comments containing commands.true
commandsA comma or newline separated list of commands.yes
permissionThe repository permission level required by the user to dispatch commands.write
issue-typeThe issue type required for commands.both
allow-editsAllow edited comments to trigger command dispatches.false
repositoryThe full name of the repository to send the dispatch events.${{ github.repository }}
event-type-suffixThe repository dispatch event type suffix for the commands.-command
static-argsA comma or newline separated list of arguments that will be dispatched with every command.
dispatch-typeThe dispatch type; `repository` or `workflow`.repository
configJSON configuration for commands.
config-from-fileJSON configuration from a file for commands.
namedescription
error-messageValidation errors when using `workflow` dispatch.