github-actions-slack icon indicating copy to clipboard operation
github-actions-slack copied to clipboard

Github Action for sending message (and reactions/threads/update/blocks) to Slack - With support for Slack's optional arguments

Results 16 github-actions-slack issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Can we attach files? We are running some automated tests. I'd really like it if I could attach failed testing results as a .txt file to a Slack message, to...

enhancement

Currently, the multi-channel works only for send-message. We have a use case to update the same message on multiple channels. Can we add this feature?

Hello Thanks for this action, very nice. One thing I'm wondering is whether it would be possible to add support for including optional params on message update. I'm thinking of...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

The sample action files that use the Slack's Block Kit uses the `slack-blocks` parameter instead of `slack-optional-blocks` in `.github/workflows/12-slack-message-blocks-update.yml` and `.github/workflows/11-slack-message-blocks.yml`.

Currently, I can see `Error: {}` in the output which is not very useful. Maybe you can add more information when the error occurs. In my case, I'm trying to...