Skip to content

Backport-action 3.2.0

Latest
Compare
Choose a tag to compare
@korthout korthout released this 23 Feb 22:12
· 5 commits to main since this release

What's Changed

This release adds two new inputs: add_labels and add_author_as_assignee.

add_labels allows you to specify additional labels for the backport pull request. Thanks @chancez for the great contribution!

  • Add support for statically setting labels on backport PRs by @chancez in #432
  • Delimit add_labels using comma by @korthout in #454

add_author_as_assignee allows you to control whether the action should set the author of the original pull request as an assignee on the backport pull request. Thanks @soooch for the great contribution!

  • Add option to add original author as assignee by @soooch in #445

Updated Dependencies

  • build(deps): bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #439
  • build(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.3 by @dependabot in #440
  • build(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #441
  • build(deps): bump undici from 5.28.4 to 5.28.5 by @dependabot in #446
  • build(deps): bump @octokit/request-error from 5.0.1 to 5.1.1 by @dependabot in #447
  • build(deps): bump @octokit/plugin-paginate-rest from 9.1.2 to 9.2.2 by @dependabot in #448
  • build(deps): bump @octokit/request from 8.1.4 to 8.4.1 by @dependabot in #449
  • Bump dev dependencies and ES target by @korthout in #453

New Contributors

Full Changelog: v3.1.0...v3.2.0