mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
chore(NA): adds 9.1 into backportrc (#225526)
It adds 9.1 into the .backportrc config file
This commit is contained in:
parent
3640c42884
commit
8397de18ef
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
"repoName": "kibana",
|
"repoName": "kibana",
|
||||||
"targetBranchChoices": [
|
"targetBranchChoices": [
|
||||||
"main",
|
"main",
|
||||||
|
"9.1",
|
||||||
"9.0",
|
"9.0",
|
||||||
"8.19",
|
"8.19",
|
||||||
"8.18",
|
"8.18",
|
||||||
|
@ -57,7 +58,7 @@
|
||||||
"backport"
|
"backport"
|
||||||
],
|
],
|
||||||
"branchLabelMapping": {
|
"branchLabelMapping": {
|
||||||
"^v9.1.0$": "main",
|
"^v9.2.0$": "main",
|
||||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||||
},
|
},
|
||||||
"autoMerge": true,
|
"autoMerge": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue