Commits on Dec 2, 2022

  1. Update CHANGELOG

    stefanzweifel authored and github-actions[bot] committed Dec 2, 2022
    Copy the full SHA
    925bbca View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Add _log and _set_github_output functions (#273)

    * Add _set_github_output function
    
    * Use _set_github_output in Action
    
    * Add _log function
    
    * Use _log in Action and fix Test Cases
    
    * Update wording in log messages
    
    * Update note about removal of old output syntax
    
    Logic is now encapuslated in a single function. I don’t mind keeping it around until spring / June 2023
    stefanzweifel committed Dec 22, 2022
    Copy the full SHA
    aeb1802 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Copy the full SHA
    86fb2e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Copy the full SHA
    fe00d25 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Update README.md

    stefanzweifel committed Jan 14, 2023
    Copy the full SHA
    3663a6f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update README.md

    Closes #281
    stefanzweifel committed Jan 20, 2023
    Copy the full SHA
    3b94e3d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Copy the full SHA
    92b3981 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f44d1cd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Copy the full SHA
    94d6bf9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccd4d05 View commit details
    Browse the repository at this point in the history
  3. Mention new permission requirements in usage docs

    Starting February 2nd 2023, GitHub changed the default permissions of the GITHUB_TOKEN to be read-only in all new repositories.[1]
    
    git-auto-commits needs `write`-permissions for the `contents`-key in order to work properly.
    This commits updates the usage section, to mention the need for the permission requirements. The examples have also been updated to reflect that change.
    
    [1]: https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
    stefanzweifel committed Feb 11, 2023
    Copy the full SHA
    f0b35f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6656e54 View commit details
    Browse the repository at this point in the history
  5. Fix Comment in README

    stefanzweifel committed Feb 11, 2023
    Copy the full SHA
    6436584 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Bump bats from 1.8.2 to 1.9.0 (#282)

    Bumps [bats](https://github.com/bats-core/bats-core) from 1.8.2 to 1.9.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.8.2...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: bats
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 13, 2023
    Copy the full SHA
    c8254de View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Fix docs about using in public forks

    Update docs section about using the Action in public forks.
    
    Add warning about current issue when the forks lives under an organisation.
    
    Mark section about running a workflow in the head repository as outdated, as I was not able to reproduce this in test projects.
    
    See #211 (comment) for more details.
    stefanzweifel committed Feb 15, 2023
    Copy the full SHA
    8e108d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a446b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update Test

    stefanzweifel committed Mar 28, 2023
    Copy the full SHA
    0b5f8a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Jun 23, 2023

  1. Bump github/super-linter from 4 to 5 (#289)

    Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5.
    - [Release notes](https://github.com/github/super-linter/releases)
    - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
    - [Commits](github/super-linter@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: github/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 23, 2023
    Copy the full SHA
    77a7b3f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Bump bats from 1.9.0 to 1.10.0 (#293)

    Bumps [bats](https://github.com/bats-core/bats-core) from 1.9.0 to 1.10.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.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: bats
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 17, 2023
    Copy the full SHA
    47a8ad5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump actions/checkout from 3 to 4 (#302)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 11, 2023
    Copy the full SHA
    3d1b5e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Copy the full SHA
    1094465 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Fix Typo

    stefanzweifel committed Oct 6, 2023
    Copy the full SHA
    43818d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    17a44b0 View commit details
    Browse the repository at this point in the history
  3. Update node version to node20 (#300)

    Co-authored-by: ryudai.takai
    ryudaitakai committed Oct 6, 2023
    Copy the full SHA
    8756aa0 View commit details
    Browse the repository at this point in the history