Skip to content

[ML] Update backport config for 9.5.0 development#3024

Open
edsavage wants to merge 1 commit intoelastic:mainfrom
edsavage:fix/backport-config-9.5
Open

[ML] Update backport config for 9.5.0 development#3024
edsavage wants to merge 1 commit intoelastic:mainfrom
edsavage:fix/backport-config-9.5

Conversation

@edsavage
Copy link
Copy Markdown
Contributor

Summary

Fixes backport failures on all PRs labelled v9.5.0.

The branchLabelMapping in .backportrc.json still mapped v9.4.0 to main from the previous release cycle. Since main is now at 9.5.0, the v9.5.0 label was matching the generic pattern (v(\d+).(\d+).\d+$1.$2) and attempting to backport to a 9.5 branch that doesn't exist.

One-line fix: ^v9.4.0$^v9.5.0$ for the main mapping.

This should be updated as part of each version bump — it's a candidate for inclusion in dev-tools/bump_version.sh.

Made with Cursor

Update branchLabelMapping so v9.5.0 maps to main (the current
development branch). Without this, v9.5.0 matches the generic
pattern and maps to the non-existent 9.5 branch, causing all
backport attempts to fail.

Made-with: Cursor
@prodsecmachine
Copy link
Copy Markdown

prodsecmachine commented Apr 13, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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.

2 participants