Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aaronsteers opened this issue Jan 24, 2025 · 0 comments · May be fixed by #372
Open

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

aaronsteers opened this issue Jan 24, 2025 · 0 comments · May be fixed by #372

Comments

@aaronsteers
Copy link

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 aaronsteers linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant