Skip to content

Releases: korthout/backport-action

Backport-action 0.0.9

22 Nov 15:19
Compare
Choose a tag to compare

What's Changed

Documentation

Testing

  • Support non-default init.defaultbranch git config by @korthout in #272

Other

  • Update dependencies to latest available

New Contributors

Full Changelog: v0.0.8...v0.0.9

Backport-action 0.0.8

23 May 08:42
fcd8f6a
Compare
Choose a tag to compare

Bug fixes

  • Support backporting pull requests with empty description (i.e. body) by @korthout in #188
  • A failed backport should not prevent the next backport by @oleschoenburg in #221
  • Disable auto-request reviewers feature by @korthout in #240

New Contributors

  • @oleschoenburg made their first contribution in #221

Full Changelog: v0.0.7...v0.0.8

Backport-action 0.0.7

27 Oct 13:31
Compare
Choose a tag to compare

Bug fixes

  • baseref is sometimes not found #187

Other

  • update dependencies to latest available

Full Changelog: v0.0.6...v0.0.7

Backport-action 0.0.6

06 Oct 15:57
Compare
Choose a tag to compare

Features

  • add placeholder ${pull_author} for username of the original pull request's author #84

Bug fixes

  • pull request cannot be backported when branch is deleted from github #90

Other

  • deprecate version input #103
    From now on, users no longer need to provide this input. Previously, this input was required by the action and had to be kept in-sync with the action's version. For backwards compatibility it was deprecated, but it is no longer used for anything. Users can safely remove it from the with section of their workflow.
  • fetch all necessary git refs #162
    The backport action now fetches only the necessary git history. Previously, users had to set fetch-depth: 0 for the actions/checkout@v2 action, to fetch the entire git history. This is no longer needed.
  • update dependencies to latest available

Backport-action 0.0.5

27 Jun 12:27
Compare
Choose a tag to compare

Features

  • add custom pull descriptions #64
    with support for ${pull_number} and ${target_branch} placeholders
  • add placeholder ${issue_refs} for mentioned issues #77

Other

  • updated dependencies to latest available

Backport-action 0.0.4

30 May 11:51
Compare
Choose a tag to compare

Features

  • support triggering the action using a comment #14
  • support custom label_pattern #42
  • improved error messages #25 #31 #47

Testing

  • added acceptance tests for the internal backport.sh script #10
  • enforce committer name/email in tests #13

Other

  • improved README, including better workflow examples #40
  • added dependabot #15
  • updated dependencies to latest available