Skip to content

Releases: Fieldguide/action-slack-deploy-pipeline

v2.0.0

14 May 14:37
3f24a24
Compare
Choose a tag to compare

Updates action to run on node20

What's Changed

v1.4.0

05 Sep 17:25
0ae6d7a
Compare
Choose a tag to compare

Features

Internal

v1.3.0

26 Apr 19:22
3b3fa6a
Compare
Choose a tag to compare

Mention author in summary message #55

v1.3.0 attempts to match a Slack workspace user to the GitHub commit author by full name. When found, the Slack user is mentioned in the initial summary message, conventionally notifying them of all subsequent deploy messages in the thread:

Example summary message mention

This feature requires the Slack API users:read OAuth Scope which can be added to your Slack app under OAuth & Permissions. If the scope is missing or the user cannot be matched, the action will fallback to the GitHub username and avatar as before.

Internal

v1.2.0

24 Oct 19:48
3a8313d
Compare
Choose a tag to compare

Features

  • Support workflow_dispatch event type #31

v1.1.0

24 Oct 15:30
bdea69b
Compare
Choose a tag to compare

Features

  • Support schedule event; expose event icon #28

Bugs

  • Ignore skipped steps in stage duration computation #27

Internal

v1.0.1

30 Sep 21:56
ba800ae
Compare
Choose a tag to compare

Bugs

  • Omit commit message descriptions #23

v1.0.0

17 Sep 13:00
4f81e03
Compare
Choose a tag to compare
  • Implement core functionality #11
  • Add release workflow #14