-
Notifications
You must be signed in to change notification settings - Fork 41
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
Added the ability to send DMs from bot accounts #70
Conversation
…ing to channels Signed-off-by: Paul Rothrock <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @icelander! I have a couple of suggestions :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @icelander 👍 Implementation of the feature looks good
I have a request that goes along with Jason's comment above, to have the extracted function return an error so there is only one log statement for the error
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Closing the PR due to the PR #129 |
Summary
A customer had the requirement to send a DM from a bot account, so I added the ability. Any channel name that starts with an
@
symbol that is also a bot user will have a DM sent with the message configured in the Action'sActionDirectMessagePost