Releases: iRoachie/slack-github-actions
Releases · iRoachie/slack-github-actions
v2.3.2
v2.3.1
What's Changed
- chore(deps): Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #21
- chore(deps): Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #20
- chore(deps): Bump browserslist from 4.14.5 to 4.16.6 by @dependabot in #22
- chore(deps): Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #27
- chore(deps): Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #24
- chore(deps): Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #29
- chore(deps): Bump color-string from 1.5.4 to 1.9.0 by @dependabot in #28
- chore(deps): Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #23
- chore: upgrade to node 18 by @iRoachie in #34
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Add support for delete
event
v2.2.0
Add support for create
event
v2.1.1
The schedule event wasn't working correctly as the context object is missing a lot of fields for the schedule event.
These fields are on the process.env so we're going to use those instead.
v2.1.0
Add support for schedule
event
v2.0.1
Upgrade dependencies and apply security patches from github
v2.0.0
Features
- Allows reporting on the status of all jobs #7
Breaking Changes
- status input is no longer required. If the status input is not provided, the action will assume that you are reporting on all jobs
- if the status input not provided then the
GITHUB_TOKEN
env is required
v1.1.1
Fixes bug introduced in v1.1.0 when multiline commits would break the message in slack because of the newline character
v1.1.0
Add support for the commit push event