Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2021

Bumps EndBug/add-and-commit from 7 to 7.2.1.

Release notes

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

v7.2.1

Fixed:

  • Fixed an issue with missing outputs (#189)

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)

v7.1.0

You can see the full changelog here.

Added:

  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.
Changelog

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

[7.2.1] - 2021-05-11

Fixed:

  • Fixed an issue with missing outputs (#189)

[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)

[7.1.0] - 2021-03-03

Added:

  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.

[7.0.0] - 2021-01-16

Changed:

  • [BREAKING] The token input has been removed: author info will be filled using the GitHub Actor, instead of fetching info from the GitHub API.
    The commits will be authored using the GitHub no-reply email associated with the account: username@users.noreply.github.com
  • [BREAKING] Because of the change above, the author will now be the user that triggered the action run, and not the author of the last commit: while the two are often the same person, there are instances where they might differ (e.g. when a workflow run is triggered manually).

[6.2.0] - 2020-12-23

Added:

  • push input: allow for custom git push arguments to be used, more info in the README. (issue #100)

[6.1.0] - 2020-12-22

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels May 12, 2021
@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #84 (b7d7af4) into master (d9ab4bf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #84   +/-   ##
=========================================
  Coverage     97.68%   97.68%           
  Complexity      135      135           
=========================================
  Files            21       21           
  Lines           346      346           
=========================================
  Hits            338      338           
  Misses            8        8           

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 d9ab4bf...b7d7af4. Read the comment docs.

@zingimmick zingimmick enabled auto-merge (squash) May 12, 2021 08:33
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit b7d7af4 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 97.6% (6.5% change).

View more on Code Climate.

@zingimmick zingimmick merged commit a4dc606 into master May 12, 2021
@zingimmick zingimmick deleted the dependabot/github_actions/EndBug/add-and-commit-7.2.1 branch May 12, 2021 08:34
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 github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant