We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ℹ Added a user group to be ignored in "ignore_usergroups" field the YAML file.
ℹ The bot should have ignored the message without giving any kind of reply to the user.
ℹ The bot responded with an ephemeral message "You are not allowed to run the 'hello' rule." visible only to the ignored user.
Internal slack channel so can't share it but consider this: Me: Hello bot! (Only visible to you) bot: You are not allowed to run the 'hello' rule.
Please complete the following information):
# My .bot.yml file: name: mybotname chat_application: slack slack_token: ${SLACK_TOKEN} slack_events_callback_path: ${SLACK_EVENTS_CALLBACK_PATH} slack_signing_secret: ${SLACK_SIGNING_SECRET} # system cli: true # true: enables ability to turn on CLI mode. # false: disables ability to turn on CLI mode.
# My rule file: name: hello active: true hear: Hello bot! ignore_usergroups: - some-usergroup format_output: "Hello!" start_message_thread: true direct_message_only: false
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The message ( you are not allowed to ... ) gives a feeling like I have done something wrong while I just wanted to silently get ignored.
Sorry, something went wrong.
dupe of #144 - if not, feel free to comment and i will reopen
No branches or pull requests
Report
What did you do?
ℹ Added a user group to be ignored in "ignore_usergroups" field the YAML file.
What did you expect to happen?
ℹ The bot should have ignored the message without giving any kind of reply to the user.
What happened instead?
ℹ The bot responded with an ephemeral message "You are not allowed to run the 'hello' rule." visible only to the ignored user.
Screenshots
Internal slack channel so can't share it but consider this:
Me: Hello bot!
(Only visible to you)
bot: You are not allowed to run the 'hello' rule.
Your Environment
Please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: