Releases: peter-evans/slash-command-dispatch
Releases · peter-evans/slash-command-dispatch
Slash Command Dispatch v4.0.0
⚙️ 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
What's Changed
- fix: replace use of any type by @peter-evans in #152
- fixing link to
Get a pull request
by @Borda in #270 - Update getting-started.md due to changes in Github UI by @martin-displayr in #289
- [Security] Fix GraphQL query to get a collaborator's permission by @0xn3va in #301
- 129 dependency updates by @dependabot
New Contributors
- @Borda made their first contribution in #270
- @martin-displayr made their first contribution in #289
- @0xn3va made their first contribution in #301
Full Changelog: v3.0.1...v3.0.2
Slash Command Dispatch v3.0.1
⚙️ 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
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
- docs: add note regarding nested teams by @yafanasiev in #124
- ci: remove workflow by @peter-evans in #139
- Update runtime to node 16 by @peter-evans in #140
- 4 dependency updates by @actions-bot and @dependabot
New Contributors
- @yafanasiev made their first contribution in #124
Full Changelog: v2.3.0...v3.0.0
Slash Command Dispatch v2.3.0
- Adds support for the
http_proxy
andhttps_proxy
environment variables to allow the action to be used on self-hosted runners behind a corporate proxy.
Slash Command Dispatch v2.2.1
- Fixes a bug with error handling when using
dispatch-type: workflow
.
Slash Command Dispatch v2.2.0
- Adds support for GitHub Enterprise
Slash Command Dispatch v2.1.3
- Dependency updates
Slash Command Dispatch v2.1.2
- Dependency updates
Slash Command Dispatch v2.1.1
- Fixes a bug which occurred when issuing slash commands in a pull request that had an empty content body