Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stefanzweifel/git-auto-commit-action Loading
base: v5.0.0
Choose a base ref
...
head repository: stefanzweifel/git-auto-commit-action Loading
compare: v5.0.1
Choose a head ref
  • 14 commits
  • 8 files changed
  • 8 contributors

Commits on Oct 6, 2023

  1. Update CHANGELOG

    stefanzweifel authored and github-actions[bot] committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e27a689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb38c21 View commit details
    Browse the repository at this point in the history
  3. Use v5 in README

    stefanzweifel committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    98d2782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8f94e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    8036286 View commit details
    Browse the repository at this point in the history
  2. Little Doc Updates

    stefanzweifel committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8d90676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2818fe7 View commit details
    Browse the repository at this point in the history
  4. Remove outdated docs

    stefanzweifel committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    29183a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Clarify commit_author input option (#315)

    * Clarify `commit_author` input option
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Stefan Zweifel <[email protected]>
    npanuhin and stefanzweifel committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    12f6863 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    4d160c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Linux is not UNIX (#321)

    couling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e040c59 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    9b5e5ee View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Bump bats from 1.10.0 to 1.11.0 (#325)

    Bumps [bats](https://github.com/bats-core/bats-core) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/bats-core/bats-core/releases)
    - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md)
    - [Commits](bats-core/bats-core@v1.10.0...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: bats
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b0f4d47 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fail if attempting to execute git commands in a directory that is not…

    … a git-repo. (#326)
    
    * Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo.
    
    * Add Test
    
    * Code Formatting
    
    ---------
    
    Co-authored-by: Constantin Comendant <[email protected]>
    Co-authored-by: Stefan Zweifel <[email protected]>
    3 people committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8621497 View commit details
    Browse the repository at this point in the history
Loading