Below you will find pages that utilize the taxonomy term “korthout”
August 22, 2024
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v3.1.0.
This action is used across all versions by 534 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release adds a new input source_pr_number that allows you to specify the pull request to backport explicitly in your workflow. Previously, the action always determined the pull request from the event payload, limiting the action to only backport the pull request associated to the current workflow run.
March 30, 2024
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v2.5.0.
This action is used across all versions by 363 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add configurable branch_name input by @AlexVermette-Eaton in https://github.com/korthout/backport-action/pull/416 Updated Dependencies build(deps): bump undici from 5.27.0 to 5.28.3 by @dependabot in https://github.com/korthout/backport-action/pull/414 New Contributors @AlexVermette-Eaton made their first contribution in https://github.com/korthout/backport-action/pull/416 Full Changelog: https://github.com/korthout/backport-action/compare/v2.4.1...v2.5.0
December 16, 2023
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v2.3.0.
This action is used across all versions by 287 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release introduces a new created_pull_numbers output that you can use in successive steps. For example, label the created pull requests or trigger your CI on the created pull requests. Massive thanks to @GuyAv46 for this contribution.
Add created_pull_numbers output by @GuyAv46 in https://github.
December 4, 2023
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v2.2.0.
This action is used across all versions by 275 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release introduces a new experimental input that you can use to configure experimental features. We encourage everyone to try them out and share feedback.
As a first experimental feature, this release adds detect_merge_method. When enabled, it cherry-picks the resulting commits based on the detected merge method.
November 8, 2023
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v2.1.1.
This action is used across all versions by 252 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed This release fixes a small bug in the suggested steps to cherry-pick locally if backporting fails.
Skip merge commits in suggestion by @korthout in https://github.com/korthout/backport-action/pull/397 Updated Dependencies build(deps): bump @types/dedent from 0.7.1 to 0.7.2 by @dependabot in https://github.com/korthout/backport-action/pull/396 Full Changelog: https://github.
November 5, 2023
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v2.1.0.
This action is used across all versions by 251 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Support copying milestone, assignees, and requested reviewers by @jschmid1 in https://github.com/korthout/backport-action/pull/394 use copy_assignees to copy the assignees use copy_milestone to copy the milestone use copy_requested_reviewers to copy the requested reviewers New Contributors @jschmid1 made their first contribution in https://github.com/korthout/backport-action/pull/394 Full Changelog: https://github.
October 28, 2023
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v2.0.0.
This action is used across all versions by 241 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Breaking change: Support for node16 has been dropped with this release. If you’re using self-hosted runners, please ensure that node20 is available. We also recommend using actions/checkout@v4 alongside korthout/backport-action@v2.
Update from node16 to node20 by @korthout in https://github.com/korthout/backport-action/pull/392 Updated Dependencies build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.
August 15, 2023
Backport merged pull requests to selected branches
Version updated for korthout/backport-action to version v1.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 187 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Use merge_commits input to skip merge commits by @korthout in https://github.com/korthout/backport-action/pull/375 https://github.com/korthout/backport-action/pull/376 https://github.com/korthout/backport-action/pull/377 Other Update dependencies to latest available Full Changelog: https://github.com/korthout/backport-action/compare/v1.3.0...v1.4.0