Skip to content

Bump reitermarkus/automerge from 1.1.5 to 2.4.1#36

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/reitermarkus/automerge-2.4.1
Closed

Bump reitermarkus/automerge from 1.1.5 to 2.4.1#36
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/reitermarkus/automerge-2.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2023

Copy link
Copy Markdown

Bumps reitermarkus/automerge from 1.1.5 to 2.4.1.

Release notes

Sourced from reitermarkus/automerge's releases.

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.

v2.0.1

  • Updated dependencies.

v2.0.0

  • The action now activates the native “auto-merge” GitHub feature instead of merging a pull request directly. The feature must be enabled in repository settings.
  • The action does not check approvals and status checks anymore. Set the number of required approvals and required status checks in repository settings instead.

... (truncated)

Commits
  • c4674ad Fix output.
  • ca3dd26 Update dependencies.
  • 425ebea Update distribution.
  • 2b147ea Don't disable auto-merge if it was enabled manually.
  • 2dc2ab8 Update distribution.
  • f19ed41 Skip disabling auto-merge on dry run.
  • 94dd605 Update distribution.
  • 3a99021 Bump @​babel/helper-validator-option from 7.18.6 to 7.21.0
  • c8c06ef Update distribution.
  • c694712 Bump @​typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0
  • 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.1.5 to 2.4.1.
- [Release notes](https://github.com/reitermarkus/automerge/releases)
- [Commits](reitermarkus/automerge@36c2ac3...c4674ad)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
@dependabot @github

dependabot Bot commented on behalf of github Mar 20, 2023

Copy link
Copy Markdown
Author

Superseded by #37.

@dependabot dependabot Bot closed this Mar 20, 2023
@dependabot dependabot Bot deleted the dependabot/github_actions/reitermarkus/automerge-2.4.1 branch March 20, 2023 18:59
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

Development

Successfully merging this pull request may close these issues.

0 participants