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
If the manifest describes a command for a plugin, and the plugin also listens for issue_comment.created, the issue_comment.created does not get called if it doesn't match the command. This can be problematic if a plugin needs to both listen to the command and take other actions on issue_comment.created.
The current workaround is to not specify the command, and just handle handle issue_command.created. The downside is that the command will not show when invoking the /help command. This is the case for /demo for example.
The text was updated successfully, but these errors were encountered:
If the manifest describes a command for a plugin, and the plugin also listens for
issue_comment.created
, theissue_comment.created
does not get called if it doesn't match the command. This can be problematic if a plugin needs to both listen to the command and take other actions onissue_comment.created
.The current workaround is to not specify the command, and just handle handle
issue_command.created
. The downside is that the command will not show when invoking the/help
command. This is the case for/demo
for example.The text was updated successfully, but these errors were encountered: