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

Send data into Slack using this GitHub Action!

Results 66 slack-github-action issues
Sort by recently updated
recently updated
newest added

### Description Github context is not properly referenced when using the `workflow_run` ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x]...

bug

### Description The `channel-id` input supports a single channel ID. Can this be updated to support multiple comma-separated channel ID's? ### What type of issue is this? (place an `x`...

enhancement
good first issue

Can we have support for using `slack-message` with incoming webhooks. Right now it seems that only `payload` key is supported. The reason for this request is that for example for...

enhancement

### Description There may have been a network issue which causes an API call to fail. However, the workflow did not fail. The workflow was using Slack Bot Token and...

bug
enhancement

### Description Error: missing_text_or_fallback_or_attachments Error: Request failed with status code 400 Include this as part of my github action and received the above error, tried with major versions as well...

question

### Description I would suggest to remove the following libraries because they are not maintained since some years. - [flat](https://github.com/hughsk/flat) - [markup-js](https://github.com/adammark/Markup.js/) ### What type of issue is this? -...

dependencies

### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature...

question

### Description We are using https://github.com/adrey/slack-file-upload-action to upload a file. Would be great if slackapi would also support this method. ### What type of issue is this? (place an `x`...

enhancement

### Description slackapi/slack-github-action can be used to send a message to a channel, but not to send message to a user by it's handle (`@ndeloof`) ### What type of issue...

question

### Description As suggested in #41, this action could support the following syntax of `user-id` for improved clarity. Currently channel-id accepts either a Slack CHANNEL_ID or USER_ID. ``` - name:...

enhancement