mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* chore(NA): setup backport tool for 7.9 and the new 7.x (#71861) Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co> # Conflicts: # .backportrc.json # src/dev/renovate/config.ts * chore(NA): correctly solved merge conflicts with upstream
This commit is contained in:
parent
d17a80f076
commit
27155d4929
1 changed files with 28 additions and 2 deletions
|
@ -1,5 +1,31 @@
|
|||
{
|
||||
"upstream": "elastic/kibana",
|
||||
"branches": [{ "name": "7.x", "checked": true }, "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"],
|
||||
"labels": ["backport"]
|
||||
"targetBranchChoices": [
|
||||
{ "name": "7.x", "checked": true },
|
||||
"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": {
|
||||
"^v7.10.0$": "7.x",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue