Releases: autofix-ci/action
Releases · autofix-ci/action
autofix-ci/action 1.3.1
autofix-ci/action 1.3
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
fix: reuse commit-message for in-action commit (#15) * fix: reuse commit-message for in-action commit If the repo uses some kind of commit message linting, such as a pre-commit hook that implements commitizen, it will be able to still do the commit without linter violations. * fix: do not verify commit message * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
autofix-ci/action 1.2
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
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