slack-github-action
slack-github-action copied to clipboard
Send data into Slack using this GitHub Action!
### Description How can I parse the env info to the payload to have the dynamic notification? ### What type of issue is this? (place an `x` in one of...
### Description Action fails silently if SLACK_BOT_TOKEN is not set ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug -...
### Description I'm new to Slack's APIs, and I only installed the action. I missed to install the new app to the channel I want it to send a message...
### Summary Fixed #123 ### Requirements (place an `x` in each `[ ]`) * [x] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-github-action/blob/main/.github/contributing.md) and have done my best effort to follow...
### Description If `SLACK_BOT_TOKEN` or `SLACK_WEBHOOK_URL` is set to an empty string, the action will succeed. Is this intentional? ### What type of issue is this? (place an `x` in...
### Description The publish workflow is created duplicate tags. The manual release steps creates a semver tag (e.g. `v1.20.0`) while the `JasonEtco/build-and-tag-action` action creates a second tag that's missing the...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.1 to 48.2.2. Release notes Sourced from eslint-plugin-jsdoc's releases. v48.2.2 48.2.2 (2024-03-28) Bug Fixes add TS import tag; fixes #1218 (9e9fed5) Commits 9e9fed5 fix: add TS import...
Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.6.8. Release notes Sourced from axios's releases. Release v1.6.8 Release notes: Bug Fixes AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. Release notes Sourced from mocha's releases. v10.4.0 10.4.0 / 2024-03-26 :tada: Enhancements #4829 feat: include .cause stacks in the error stack traces (@voxpelli) #4985...
### Summary Allows to treat payload within a file unchanged, no replacing `{{` similar to how one would specify `payload` with all the slack blocks etc but using template strings...