You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 adispatched
bool that following steps can use to determine if the slash command was handled?The text was updated successfully, but these errors were encountered: