mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
(cherry picked from commit 3b63ca1f59
)
# Conflicts:
# .backportrc.json
This commit is contained in:
parent
9c84992e76
commit
2af033577d
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"upstream": "elastic/kibana",
|
"upstream": "elastic/kibana",
|
||||||
"targetBranchChoices": [
|
"targetBranchChoices": [
|
||||||
{ "name": "master", "checked": true },
|
"main",
|
||||||
|
"8.1",
|
||||||
"8.0",
|
"8.0",
|
||||||
"7.17",
|
"7.17",
|
||||||
"7.16",
|
"7.16",
|
||||||
|
@ -34,9 +35,9 @@
|
||||||
],
|
],
|
||||||
"targetPRLabels": ["backport"],
|
"targetPRLabels": ["backport"],
|
||||||
"branchLabelMapping": {
|
"branchLabelMapping": {
|
||||||
"^v8.1.0$": "master",
|
"^v8.2.0$": "main",
|
||||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||||
},
|
},
|
||||||
"autoMerge": true,
|
"autoMerge": true,
|
||||||
"autoMergeMethod": "squash"
|
"autoMergeMethod": "squash"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue