slash-command-dispatch icon indicating copy to clipboard operation
slash-command-dispatch copied to clipboard

Ability for subsequent step(s) to detect if dispatch was run

Open aaronsteers opened this issue 9 months ago • 0 comments
trafficstars

I want to create a follow-on command such that if the slash command dispatch did not kick off a task, then I can example the comment body and drop a notification like "It looks like you are trying to run a slash command. Either the command is not recognized or you don't have access to execute them. Retry with one of the following commands, or ask a maintainer for assistance.

The problem is, the only output that this action provides as of now is "error-message".

Any chance we could output either the command name (str) if a command was run or even just a dispatched bool that following steps can use to determine if the slash command was handled?

aaronsteers avatar Jan 24 '25 04:01 aaronsteers