Skip to content

v1.5.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 16:42
· 0 commits to main since this release

Patch Changes

  • #477 9d933dc Thanks @Andarist! - Updated @actions/* and @octokit/* dependencies.

  • #479 cf373e4 Thanks @Andarist! - Switched to esbuild for bundling the dist file. This led to 45% file size reduction.

  • #488 022692b Thanks @s0! - Fix PRs sometimes not getting reopened with commitMode: github-api

    There was a race-condition that means sometimes existing PRs would not be found,
    and new PRs would be opened. This has now been fixed by fetching existing PRs
    before making any changes.

  • #486 7ed1955 Thanks @s0! - Fixed situations in which cwd was specified as a relative path and used with (default) commitMode: git-cli

  • #461 e9c36b6 Thanks @nayounsang! - Avoid hitting a deprecation warning when encountering errors from @octokit/request-error