Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Bump peter-evans/slash-command-dispatch from 1 to 3 #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 23, 2022

Bumps peter-evans/slash-command-dispatch from 1 to 3.

Release notes

Sourced from peter-evans/slash-command-dispatch's releases.

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

New Contributors

Full Changelog: peter-evans/slash-command-dispatch@v2.3.0...v3.0.0

Slash Command Dispatch v2.3.0

  • 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

  • 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

Slash Command Dispatch v2.1.0

  • Adds support for the repository permission levels triage and maintain. These levels are only applicable to organization repositories. See the documentation here for further details about permission levels.

Slash Command Dispatch v2.0.0

Breaking changes

  • The format of the slash_command context has been changed to prevent an issue where named arguments can overwrite other properties of the payload.

    The following diff shows how the slash_command context has changed for the example command /deploy branch=master smoke-test dry-run reason="new feature".

      "slash_command": {
          "command": "deploy",
    -     "args": "branch=master smoke-test dry-run reason=\"new feature\"",

... (truncated)

Commits
  • 2afb49d chore: update package lock
  • 2fa5141 Merge pull request #140 from peter-evans/v3
  • 0278258 Update runtime to node 16
  • d4409d5 Merge pull request #139 from peter-evans/rm-workflow
  • b822b70 ci: remove workflow
  • fd1f9fc Merge pull request #135 from peter-evans/update-distribution
  • e902fb4 build: update distribution
  • 4789bec Merge pull request #132 from peter-evans/update-dependencies
  • 3194ec0 chore: update dependencies
  • 8b1f749 Merge pull request #129 from peter-evans/dependabot/npm_and_yarn/ansi-regex-5...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 1 to 3.
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases)
- [Commits](peter-evans/slash-command-dispatch@v1...v3)

---
updated-dependencies:
- dependency-name: peter-evans/slash-command-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants