git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.

MIT License

Stars
1.8K
Committers
45

Bot releases are visible (Hide)

git-auto-commit-action - v5.0.1 Latest Release

Published by github-actions[bot] 6 months ago

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @ccomendant

Dependency Updates

Misc

git-auto-commit-action - v5.0.0

Published by github-actions[bot] about 1 year ago

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed

Fixed

Dependency Updates

git-auto-commit-action - v4.16.0

Published by github-actions[bot] almost 2 years ago

Changed

  • Don't commit files when only LF/CRLF changes (#265) @ZeroRin
  • Update default email address of github-actions[bot] (#264) @Teko012

Fixed

git-auto-commit-action - v4.15.4

Published by github-actions[bot] almost 2 years ago

Fixed

Dependency Updates

git-auto-commit-action - v4.15.3

Published by github-actions[bot] almost 2 years ago

Changed

  • Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available (#255) @stefanzweifel
git-auto-commit-action - v4.15.2

Published by github-actions[bot] almost 2 years ago

Changed

git-auto-commit-action - v4.15.1

Published by github-actions[bot] about 2 years ago

Fixed

git-auto-commit-action - v4.15.0

Published by github-actions[bot] about 2 years ago

Changed

Fixed

git-auto-commit-action - v4.14.1

Published by github-actions[bot] over 2 years ago

Changed

  • Change Commit User Name from "GitHub Actions" to "github-actions[bot]" (#213) @jooola
  • Change Commit User Email from "[email protected]" to "github-actions[bot]@users.noreply.github.com" (#213) @jooola

Fixed

  • Update doc link to GITHUB_TOKEN not triggering new workflow runs (#206) @gapple
git-auto-commit-action - v4.14.0

Published by github-actions[bot] over 2 years ago

Added

  • Add create_branch option to force create a new branch (#203) @stefanzweifel

Fixed

  • README.md: Updates hyperlink to GH docs (#200) @funkyfuture
git-auto-commit-action - v4.13.1

Published by github-actions[bot] almost 3 years ago

Fixed

  • Properly disambiguate between branch or file checkout (#199) @kenodegard
git-auto-commit-action - v4.13.0

Published by github-actions[bot] almost 3 years ago

Added

  • Add skip_checkout option (#197) @cmbuckley

Changed

  • Add note on minimum permissions to the docs (#180) @ericcornelissen
git-auto-commit-action - v4.12.0

Published by stefanzweifel about 3 years ago

Added

  • Add commit_hash output #172
git-auto-commit-action - v4.11.0

Published by stefanzweifel over 3 years ago

Added

  • Add status_options and add_options option #156
git-auto-commit-action - v4.10.0

Published by stefanzweifel over 3 years ago

Added

  • Add disable_globbing option #153, #154
git-auto-commit-action - v4.9.2

Published by stefanzweifel over 3 years ago

Fixes

  • Push created annotated tags to remote by using --follow-tags and --atomic instead of just --tags #146
git-auto-commit-action - v4.9.1

Published by stefanzweifel over 3 years ago

Changed

  • Revert changes made in v4.9.0. A branch will no longer be automatically generated. #144

Sorry for breaking your builds!

git-auto-commit-action - v4.9.0

Published by stefanzweifel over 3 years ago

Changed

  • Automatically create branch if a branch with the given name does not exist #140
git-auto-commit-action - v4.8.0

Published by stefanzweifel almost 4 years ago

Added

  • Add skip_fetch option to skip the execution of git-fetch #131

Changed

  • Update git fetch to only fetch the latest commit from remote #131
git-auto-commit-action - v4.7.2

Published by stefanzweifel almost 4 years ago

This release basically reverts the Action to the state of v4.6.0. Multiple users reported that the changes made in v4.7.0 and v4.7.1 broke their workflows. Apologies for that!

Changed

  • Revert change to fix git-checkout with special characters in branch names #122