Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump reitermarkus/automerge from 1.5.1 to 2.6.0 #66

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 20, 2023

Bumps reitermarkus/automerge from 1.5.1 to 2.6.0.

Release notes

Sourced from reitermarkus/automerge's releases.

v2.6.0

  • Allow specifying review input for workflow_dispatch event.

v2.5.0

  • Added support for pull_request_review event to enable auto-merge when a reviewer with a given author association submits an approving review.
  • Fixed typo in example workflow configuration: Please update your workflows and change synchronized to synchronize.

v2.4.1

  • Fix output when squash-title is false.
  • Update dependencies.

v2.4.0

  • Don't disable auto-merge if it was enabled manually.

v2.3.0

  • Auto-merge is not disabled when dry-run is true.
  • Updated dependencies.

v2.2.0

  • Action now uses NodeJS 16.
  • Updated dependencies.

v2.1.2

  • Auto-merge is automatically disabled for closed or draft PRs, so don't try enabling/disabling it for these.
  • Updated dependencies.

v2.1.1

  • Add missing pull request state (behind).
  • Updated dependencies.

v2.1.0

Two new inputs, squash-commit-title and squash-commit-message, were added, which allow specifying the squash commit title and message. The squash-title input is deprecated and will be removed in the next major release.

If you are using

with:
  squash-title: true

this can be replaced with

with:
  squash-commit-title: ${pull_request.title} (#${pull_request.number})
  squash-commit-message: '\n'

v2.0.2

  • Updated dependencies.

... (truncated)

Commits
  • e0cf02b Allow specifying review input for workflow_dispatch event.
  • f482a8c Add support for pull_request_review event.
  • ea1ff8e Test Pull Request (28735) (#2663)
  • 41c0031 Only enable auto-merge if commit did not change.
  • ad9fb09 Bump @​babel/core from 7.21.0 to 7.21.3
  • 9ad78d5 Bump jiti from 1.17.2 to 1.18.2
  • ef7e630 Bump @​babel/plugin-transform-parameters from 7.20.7 to 7.21.3
  • d335df6 Bump @​types/node from 18.15.1 to 18.15.3
  • c969c59 Bump @​eslint-community/eslint-utils from 4.2.0 to 4.3.0
  • f2ff384 Bump deepmerge from 4.3.0 to 4.3.1
  • 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 [reitermarkus/automerge](https://github.com/reitermarkus/automerge) from 1.5.1 to 2.6.0.
- [Release notes](https://github.com/reitermarkus/automerge/releases)
- [Commits](reitermarkus/automerge@46b8b95...e0cf02b)

---
updated-dependencies:
- dependency-name: reitermarkus/automerge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants