Skip to content

Releases: check-spelling/checkout-merge

Improve output

25 Jul 20:19
Compare
Choose a tag to compare
  • Add step summary output for failure
  • Switch from base.sha to base.ref
  • Group merge output

Improve support for act

10 Jul 22:27
Compare
Choose a tag to compare

Try to fix null email address

31 Oct 00:49
Compare
Choose a tag to compare

🩹 Fixes

🏗️ Improvements

💔 Broken

  • act v0.2.23 and below will not work
  • act v0.2.24+ could work if your base image includes gh -- you can manually install gh before using this (fixed in the v0.0.4)

Update for ::set-output deprecate

16 Oct 00:19
Compare
Choose a tag to compare

Handle clones that are not shallow

21 Sep 20:05
Compare
Choose a tag to compare

Checkout Merge (v0.0.1)

This is a minor bug-fix. If your repository was checked out in full, then the v0.0.0 action would fail.

Full Changelog: v0.0.0...v0.0.1

Initial Release

09 Dec 09:32
Compare
Choose a tag to compare
Pre-release

Checkout Merge initial release (v0.0.0)

This action addresses two problems:

  • The refs/pull/X/merge commit has proven to be unreliable (occasionally being present when it shouldn't be, and often not being present which while not technically wrong just leads to frustrated users).
  • Using actions/checkout to retrieve refs/pull/X/merge yields unfriendly/confusing workflow experiences for novice users.