Breaking changes:
- Pull requests that have the
pullpreviewlabel must now be mergeable with the base branch, otherwise the action will not run. This allows to react to thesynchronizeGitHub Action event, and reduce the amount of runs that end up being skipped (and using your GA minutes).
Other:
- Fixes many bugs, and improves support for long-running jobs.
- Adds
PULLPREVIEW_FIRST_RUNto know whether the deployment was just created.