Slash Command Dispatch Versions Save

A GitHub action that facilitates "ChatOps" by creating repository dispatch events for slash commands

v4.0.0

4 months ago

⚙️ 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

Full Changelog: https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.2...v4.0.0

v3.0.2

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.1...v3.0.2

v3.0.1

1 year ago

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

What's Changed

Full Changelog: https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.0...v3.0.1

v3.0.0

2 years ago

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: https://github.com/peter-evans/slash-command-dispatch/compare/v2.3.0...v3.0.0

v2.3.0

2 years ago
  • 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.

v2.2.1

2 years ago
  • Fixes a bug with error handling when using dispatch-type: workflow.

v2.2.0

2 years ago
  • Adds support for GitHub Enterprise

v2.1.3

3 years ago
  • Dependency updates

v2.1.2

3 years ago
  • Dependency updates

v2.1.1

3 years ago
  • Fixes a bug which occurred when issuing slash commands in a pull request that had an empty content body