kibana/.backportrc.json
Tiago Costa b3e442ebbd
chore(NA): prepare replacement of 8.x branch with 8.19 (#218514)
This PR prepares the changes needed for removing 8.x branch and create
8.19.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-04-17 04:02:40 +01:00

67 lines
967 B
JSON

{
"repoOwner": "elastic",
"repoName": "kibana",
"targetBranchChoices": [
"main",
"9.0",
"8.19",
"8.18",
"8.17",
"8.16",
"8.15",
"8.14",
"8.13",
"8.12",
"8.11",
"8.10",
"8.9",
"8.8",
"8.7",
"8.6",
"8.5",
"8.4",
"8.3",
"8.2",
"8.1",
"8.0",
"7.17",
"7.16",
"7.15",
"7.14",
"7.13",
"7.12",
"7.11",
"7.10",
"7.9",
"7.8",
"7.7",
"7.6",
"7.5",
"7.4",
"7.3",
"7.2",
"7.1",
"7.0",
"6.8",
"6.7",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2",
"6.1",
"6.0",
"5.6"
],
"targetPRLabels": [
"backport"
],
"branchLabelMapping": {
"^v9.1.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,
"autoMergeMethod": "squash",
"backportBinary": "node scripts/backport",
"prDescription": "{defaultPrDescription}\n\n<!--BACKPORT {commits} BACKPORT-->"
}