enonic / app-snapshotter

A snapshotter app that captures snapshots of an EnonicXP installation at regular intervals
Other
0 stars 0 forks source link

Bump EndBug/add-and-commit from v7.1.0 to v7.2.0 #62

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps EndBug/add-and-commit from v7.1.0 to v7.2.0.

Release notes

Sourced from EndBug/add-and-commit's releases.

v7.2.0

Added:

  • default_author: this input allows you to control how the action fills missing author name or email (issue #167)
  • github_token input introduced to get token to use in API calls

Fixed:

  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #179)

v7.1.2

Fixed:

  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

v7.1.1

Fixed:

  • Git args parsing has been improved, and now handles spaces correctly (issue #154)
Changelog

Sourced from EndBug/add-and-commit's changelog.

[7.2.0] - 2021-04-22

Added:

  • default_author: this input allows you to control how the action fills missing author name or email (issue #167)
  • github_token input introduced to get token to use in API calls

Fixed:

  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #179)

[7.1.2] - 2021-04-16

Fixed:

  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

[7.1.1] - 2021-04-04

Fixed:

  • Git args parsing has been improved, and now handles spaces correctly (issue #154)
Commits
  • a3adef0 release: v7.2.0
  • e3d0544 docs: add ruohola as a contributor (#182)
  • ee9a9b3 [auto] build: update compiled version
  • c698699 feat: add default_author (#181)
  • eb4e956 [auto] build: update compiled version
  • 5c12301 fix: rely on string-argv for git arg parsing (#180)
  • 0d2694b chore(deps): bump js-yaml from 4.0.0 to 4.1.0 (#178)
  • 7f40311 chore(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#177)
  • c1404d1 chore: replace stale workflow with probot
  • 3276c15 release: v7.1.2
  • Additional commits viewable in compare view


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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #62 (ad1a2cb) into master (de18ed0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #62   +/-   ##
=========================================
  Coverage     66.26%   66.26%           
  Complexity       19       19           
=========================================
  Files             5        5           
  Lines            83       83           
  Branches          2        2           
=========================================
  Hits             55       55           
  Misses           26       26           
  Partials          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de18ed0...ad1a2cb. Read the comment docs.

dependabot[bot] commented 3 years ago

Looks like EndBug/add-and-commit is up-to-date now, so this is no longer needed.