mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(NA): adds backport config for 8.1.0 bump (#116431)
This commit is contained in:
parent
ae7b5a9be9
commit
9978803893
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"upstream": "elastic/kibana",
|
||||
"targetBranchChoices": [
|
||||
{ "name": "master", "checked": true },
|
||||
"8.0",
|
||||
"7.16",
|
||||
"7.15",
|
||||
"7.14",
|
||||
|
@ -32,7 +33,7 @@
|
|||
],
|
||||
"targetPRLabels": ["backport"],
|
||||
"branchLabelMapping": {
|
||||
"^v8.0.0$": "master",
|
||||
"^v8.1.0$": "master",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
},
|
||||
"autoMerge": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue