Skip to content

Releases: autofix-ci/action

autofix-ci/action 1.3.3

02 Feb 08:55

Choose a tag to compare

What's Changed

  • Move Autofix API from .ci to .com TLD.
    This aims to improve overall reliability (#32). api.autofix.ci will remain available as an alias for the time being.

Full Changelog: v1.3.2...v1.3.3

autofix-ci/action 1.3

23 Jun 14:02

Choose a tag to compare

What's Changed

  • autofix-ci/action now uses the new GitHub Actions Upload API (@actions/artifact@v2/upload-artifact@v4), which results in faster fixing.
  • For pull request, fixes are now applied onto the PR head instead of the merge commit. This fixes inconsistencies if the target branch evolves over time (#12)

Initial Release

05 Oct 00:46

Choose a tag to compare

v1

move autofix api from `api.autofix.ci` to `autofix-api.maximilianhils…

autofix-ci/action 1.3.2

08 Jun 11:42

Choose a tag to compare

What's Changed

  • Fix a bug when autofixing non-ascii file paths.
  • Use a more robust method to fetch the PR head.

Full Changelog: v1.3.1...v1.3.2

autofix-ci/action 1.3.1

01 Jul 16:34
2891949

Choose a tag to compare

What's Changed

  • autofix-ci/action now works with repos that have commit message linters set up.

autofix-ci/action 1.2

08 Oct 11:39

Choose a tag to compare

What's Changed

  • Add an autofix_started output to the action indicating whether a fix commit has been started.
  • Add a comment input. When specified, the autofix-ci bot will comment on PRs where fixes have been applied.
  • Update action to use Node 20.

Full Changelog: v1.1...v1.2

autofix-ci/action 1.1

03 Aug 13:07

Choose a tag to compare

What's Changed

  • Add commit message customization.
  • Make it possible to patch (unprotected) branches.
  • Ignore file mode changes as they cannot be updated via GitHub's GraphQL API.

Full Changelog: v1...v1.1