Skip to content

Releases: iRoachie/slack-github-actions

v2.3.2

07 Nov 17:26
3dfb803
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

07 Nov 16:21
4bce0f1
Compare
Choose a tag to compare

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

18 Jan 00:26
Compare
Choose a tag to compare

Add support for delete event

v2.2.0

10 Jan 20:47
Compare
Choose a tag to compare

Add support for create event

v2.1.1

02 Dec 16:26
Compare
Choose a tag to compare

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

26 Nov 20:10
2aac630
Compare
Choose a tag to compare

Add support for schedule event

v2.0.1

01 Nov 01:13
7af093d
Compare
Choose a tag to compare

Upgrade dependencies and apply security patches from github

v2.0.0

06 Jul 17:54
d423a0a
Compare
Choose a tag to compare

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

29 Jun 06:53
9fc2263
Compare
Choose a tag to compare

Fixes bug introduced in v1.1.0 when multiline commits would break the message in slack because of the newline character

v1.1.0

29 Jun 06:31
ceac6a0
Compare
Choose a tag to compare

Add support for the commit push event