Patch Changes
-
#477
9d933dc
Thanks @Andarist! - Updated@actions/*
and@octokit/*
dependencies. -
#479
cf373e4
Thanks @Andarist! - Switched toesbuild
for bundling the dist file. This led to 45% file size reduction. -
#488
022692b
Thanks @s0! - Fix PRs sometimes not getting reopened withcommitMode: 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 whichcwd
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