Skip to content

Releases: peter-evans/slash-command-dispatch

Slash Command Dispatch v4.0.0

31 Jan 10:38
13bc097
Compare
Choose a tag to compare

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

  • build(deps-dev): bump @types/node from 16.18.67 to 16.18.68 by @dependabot in #302
  • build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #303
  • build(deps-dev): bump jest-circus from 27.4.2 to 27.5.1 by @dependabot in #176
  • build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #304
  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #305
  • build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #306
  • build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by @dependabot in #308
  • build(deps-dev): bump @types/node from 16.18.68 to 16.18.69 by @dependabot in #309
  • build(deps-dev): bump @types/node from 16.18.69 to 16.18.70 by @dependabot in #310
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #311
  • build(deps-dev): bump prettier from 3.1.1 to 3.2.2 by @dependabot in #312
  • build(deps-dev): bump prettier from 3.2.2 to 3.2.4 by @dependabot in #314
  • build(deps-dev): bump @types/node from 16.18.70 to 16.18.74 by @dependabot in #315
  • build(deps): bump peter-evans/create-or-update-comment from 3 to 4 by @dependabot in #317
  • build(deps-dev): bump @types/node from 16.18.74 to 16.18.76 by @dependabot in #318
  • feat: update runtime to node 20 by @peter-evans in #316

Full Changelog: v3.0.2...v4.0.0

Slash Command Dispatch v3.0.2

10 Dec 21:14
f996d7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Slash Command Dispatch v3.0.1

18 Oct 06:55
a28ee6c
Compare
Choose a tag to compare

⚙️ Bumps @actions/core to transition away from deprecated runner commands.

What's Changed

  • build(deps): bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #142
  • build(deps): bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #144
  • Update distribution by @github-actions in #145
  • build(deps): bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #149
  • Update distribution by @github-actions in #150
  • build(deps): bump @actions/github from 5.0.0 to 5.1.1 by @dependabot in #148
  • Update distribution by @github-actions in #151

Full Changelog: v3.0.0...v3.0.1

Slash Command Dispatch v3.0.0

22 Mar 06:58
Compare
Choose a tag to compare

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

Slash Command Dispatch v2.3.0

02 Sep 04:18
40877f7
Compare
Choose a tag to compare
  • Adds support for the http_proxy and https_proxy environment variables to allow the action to be used on self-hosted runners behind a corporate proxy.

Slash Command Dispatch v2.2.1

22 Jul 01:52
fc43008
Compare
Choose a tag to compare
  • Fixes a bug with error handling when using dispatch-type: workflow.

Slash Command Dispatch v2.2.0

20 Jul 02:54
21a075d
Compare
Choose a tag to compare
  • Adds support for GitHub Enterprise

Slash Command Dispatch v2.1.3

19 Nov 02:10
72ab5a2
Compare
Choose a tag to compare

Slash Command Dispatch v2.1.2

21 Sep 23:23
dd795cc
Compare
Choose a tag to compare

Slash Command Dispatch v2.1.1

02 Sep 02:25
7dd4ee1
Compare
Choose a tag to compare
  • Fixes a bug which occurred when issuing slash commands in a pull request that had an empty content body