Skip to content

Bump backport to 10.2.0#173

Closed
alpar-t wants to merge 1 commit into
sorenlouv:mainfrom
alpar-t:bump-backport-to-10.2.0
Closed

Bump backport to 10.2.0#173
alpar-t wants to merge 1 commit into
sorenlouv:mainfrom
alpar-t:bump-backport-to-10.2.0

Conversation

@alpar-t

@alpar-t alpar-t commented Oct 31, 2025

Copy link
Copy Markdown

Summary

This PR updates the backport CLI dependency from 9.5.1 to 10.2.0.

Motivation

Backport v10.2.0 includes a new feature for regex-based label filtering with copySourcePRLabels (from backport#552).

This allows users to configure which labels should be copied from source PRs to backport PRs using regex patterns. For example:

{
  "copySourcePRLabels": [
    "^release_note:\\w+$",
    "^version-\\d+$"
  ]
}

Or to exclude specific labels:

{
  "copySourcePRLabels": "^(?!auto-backport$)(?!ece-).*$"
}

Changes

  • Updated backport dependency from 9.5.1 to 10.2.0 in package.json
  • Updated GitHub Action version from 9.5.1 to 10.2.0
  • Updated README.md example to use v10.2.0

Request

Would you be able to cut a v10.2.0 tag after this is merged? This will allow users to start using the new regex filtering feature in their workflows.

Thank you!

This updates the backport CLI dependency from 9.5.1 to 10.2.0 to support
the new copySourcePRLabels regex filtering feature introduced in:
sorenlouv/backport#552

The copySourcePRLabels option now accepts regex patterns to selectively
copy labels from source PRs to backport PRs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant