You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.19] [CI] New info versions json / Remove some backport label usage (#234308) (#236575)
# Backport
This will backport the following commits from `main` to `8.19`:
- [[CI] New info versions json / Remove some backport label usage
(#234308)](#234308)
<!--- Backport version: 10.0.2 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-09-26T11:00:15Z","message":"[CI]
New info versions json / Remove some backport label usage
(#234308)\n\n## Summary\nMerge with
https://github.com/elastic/kibana-github-actions/pull/60\nPart of:
https://github.com/elastic/kibana-operations/issues/300\n\nThis PR
updates the `versions.json` to a new format, that no longer\nmanages
major/minor identity, but introduces a label:
`branchType:\n'development' | 'release' | 'unmaintained'`.\n\nAlso
removes the obsolete label usage for
`backport:prev-minor`,\n`backport:prev-major`,
`backport:current-major`","sha":"fb391fa59da0c0bdc9c4997b69c21111c86025da","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","ci:cloud-deploy","v9.2.0"],"title":"[CI]
New info versions json / Remove some backport label
usage","number":234308,"url":"https://github.com/elastic/kibana/pull/234308","mergeCommit":{"message":"[CI]
New info versions json / Remove some backport label usage
(#234308)\n\n## Summary\nMerge with
https://github.com/elastic/kibana-github-actions/pull/60\nPart of:
https://github.com/elastic/kibana-operations/issues/300\n\nThis PR
updates the `versions.json` to a new format, that no longer\nmanages
major/minor identity, but introduces a label:
`branchType:\n'development' | 'release' | 'unmaintained'`.\n\nAlso
removes the obsolete label usage for
`backport:prev-minor`,\n`backport:prev-major`,
`backport:current-major`","sha":"fb391fa59da0c0bdc9c4997b69c21111c86025da"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/234308","number":234308,"mergeCommit":{"message":"[CI]
New info versions json / Remove some backport label usage
(#234308)\n\n## Summary\nMerge with
https://github.com/elastic/kibana-github-actions/pull/60\nPart of:
https://github.com/elastic/kibana-operations/issues/300\n\nThis PR
updates the `versions.json` to a new format, that no longer\nmanages
major/minor identity, but introduces a label:
`branchType:\n'development' | 'release' | 'unmaintained'`.\n\nAlso
removes the obsolete label usage for
`backport:prev-minor`,\n`backport:prev-major`,
`backport:current-major`","sha":"fb391fa59da0c0bdc9c4997b69c21111c86025da"}}]}]
BACKPORT-->
Copy file name to clipboardExpand all lines: dev_docs/contributing/how_we_use_github.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,9 +209,6 @@ The following labels are related to backporting PRs:
209
209
210
210
-`backport:version`: Automatically backport this PR (to the branches related to
211
211
version labels) after it's merged. Requires adding desired target versions labels.
212
-
-`backport:prev-minor`: Automatically backport to one lower minor version.
213
-
-`backport:prev-major`: Automatically backport to all minor version of one lower major version.
214
-
-`backport:current-major`: Automatically backport to all minor version of the current major version.
215
212
-`backport:all-open`: Automatically backport to all generally available versions. This functionally is equivalent to backport:prev-major at the time of writing.
216
213
-`backport:skip`: This PR does not require backporting.
217
214
-`backport`: This PR was backported (added by CI).
0 commit comments