slack-github-action
slack-github-action copied to clipboard
Send data into Slack using this GitHub Action!
### Description We had a send fail with: ``` Run slackapi/[email protected] axios post failed, double check the payload being sent includes the keys Slack expects { username: 'github/repo', channel: '#some-channel',...
Went to publish a new release and saw this UI:
... but do not use both. I believe this mainly affects this repo's integration tests. I was noticing that the bot-token based integration test (`integration_test_botToken`) was posting to a test...
### Description I think this mostly just affects running the tests in this repo. Currently, each individual test in this repo's GH Action CI workflow file executes possibly multiple times...
See https://github.com/slackapi/slack-github-action/pull/159#issuecomment-1563399086 and follow-up comments. However, the tests run by this repo in GitHub Actions seem to render correctly on our (internal) Slack workspace. Need to reproduce / figure out...
### Description This repo uses `flat` for flattening JSON arrays, but by default nested keys are delimited with periods. Periods are not allowed in variable fields in Slack workflows, so...
Fixes #280. ### Summary The default key delimiter when flattening payloads is a period, which is not allowed in Slack workflow variable keys. This makes the `slack-send` action unusable with...
### Description `chat.postMessage` has several useful [optional arguments](https://api.slack.com/methods/chat.postMessage#args). Please support them! Personally I'm interested in `unfurl_links` and `unfurl_media` so that I can turn the auto-unfurl off for my use-case. Right...
### Description In the Workflow Builder, there doesn't appear to be any way to invite to a channel people from specified user groups. We can add people to a channel,...
### Description I would like to utilize the [reactions.add](https://api.slack.com/methods/reactions.add) method to react to a message ### Feature request #### Potential usage example ``` - name: React to an existing Slack...