Breaking Changes
- deprecated
version
input is removed #299
What's Changed
github_token
andgithub_workspace
inputs are no longer required #298- git fetch performance is significantly improved #296
- the repo has moved to korthout/backport-action from zeebe-io/backport-action #289
Usage
Users are recommended to update their workflow to the new (simpler) usage.
- uses: actions/checkout@v3
- uses: korthout/backport-action@v1
Note that
fetch-depth: 0
is no longer needed foractions/checkout
withkorthout/backport-action@v1
Stability
From this release onwards, the action will respect SemVer. Tags for the major releases (e.g. v1
) will be moved along with minor and patch releases.
This release has been battle-tested for ~1 month as v1-rc1
. However, if you find any bugs, please open new issues, so we can fix them.
Full Changelog: v0.0.9...v1.0.0