What's Changed
Backport-action now detects when a backport branch or pull request already exists and continues without posting an error comment. This means you can safely add backport labels after a previous run. It also allows you to retry the workflow where the branch was pushed, but the pull request couldn’t be created. In earlier versions, rerunning in those situations would have left an error comment on the original pull request. Now, it handles these gracefully. The actions' log shows what happens in detail. Thanks @wolfgangwalther for this great contribution!
- Treat errors on repeated runs gracefully by @wolfgangwalther in #473
A typo in the actions' log was also fixed thanks to @codygarver.
- utils: fix typo in error message by @codygarver in #475
Updated dependencies
- build(deps): bump @actions/github from 6.0.0 to 6.0.1 by @dependabot in #464
- build(deps): bump dedent from 1.5.3 to 1.6.0 by @dependabot in #462
- build(deps): bump undici from 5.28.5 to 5.29.0 by @dependabot in #466
- build(deps-dev): bump typescript from 5.7.3 to 5.8.3 by @dependabot in #455 #460
- build(deps-dev): bump prettier from 3.5.2 to 3.6.0 by @dependabot in #456 #474
- build(deps-dev): bump ts-jest from 29.2.6 to 29.4.0 by @dependabot in #461 #467 #469
New Contributors
- @wolfgangwalther made their first contribution in #473
- @codygarver made their first contribution in #475
Full Changelog: v3.2.0...v3.2.1